org.nuxeo.runtime.api.login
Class DefaultCallback
java.lang.Object
org.nuxeo.runtime.api.login.DefaultCallback
- All Implemented Interfaces:
- Callback
public class DefaultCallback
- extends Object
- implements Callback
Copied from jbossx
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.
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCallback
public DefaultCallback()
DefaultCallback
public DefaultCallback(String prompt)
getPrompt
public String getPrompt()
getCredential
public Object getCredential()
setCredential
public void setCredential(Object credential)
clearCredential
public void clearCredential()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.