org.jboss.security.auth.callback
Class ObjectCallback

java.lang.Object
  extended by org.jboss.security.auth.callback.ObjectCallback
All Implemented Interfaces:
Callback

public class ObjectCallback
extends Object
implements Callback

An implementation of Callback that simply obtains an Object to be used as the authentication credential. Interpretation of the Object is up to the LoginModules that validate the credential.

Version:
$Revision: 57203 $
Author:
Scott.Stark@jboss.org

Constructor Summary
ObjectCallback(String prompt)
          Initialize the SecurityAssociationCallback
 
Method Summary
 void clearCredential()
           
 Object getCredential()
           
 String getPrompt()
           
 void setCredential(Object credential)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectCallback

public ObjectCallback(String prompt)
Initialize the SecurityAssociationCallback

Method Detail

getPrompt

public String getPrompt()

getCredential

public Object getCredential()

setCredential

public void setCredential(Object credential)

clearCredential

public void clearCredential()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.