Package org.jboss.security.auth.callback
Class ObjectCallback
- java.lang.Object
-
- 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$
- Author:
- Scott.Stark@jboss.org
-
-
Constructor Summary
Constructors Constructor Description ObjectCallback(String prompt)
Initialize the SecurityAssociationCallback
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearCredential()
Object
getCredential()
String
getPrompt()
void
setCredential(Object credential)
-
-
-
Constructor Detail
-
ObjectCallback
public ObjectCallback(String prompt)
Initialize the SecurityAssociationCallback
-
-