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: 1.4.6.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectCallback
public ObjectCallback(String prompt)
- Initialize the SecurityAssociationCallback
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.