org.apache.jackrabbit.core.security.authentication
Class CredentialsCallback

java.lang.Object
  extended by org.apache.jackrabbit.core.security.authentication.CredentialsCallback
All Implemented Interfaces:
Serializable, Callback

public class CredentialsCallback
extends Object
implements Callback, Serializable

A CredentialsCallback

See Also:
Serialized Form

Constructor Summary
CredentialsCallback()
           
 
Method Summary
 Credentials getCredentials()
          Get the retrieved credentials.
 void setCredentials(Credentials credentials)
          Set the retrieved credentials.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsCallback

public CredentialsCallback()
Method Detail

getCredentials

public Credentials getCredentials()
Get the retrieved credentials.

Returns:
the retrieved credentials (which may be null)

setCredentials

public void setCredentials(Credentials credentials)
Set the retrieved credentials.

Parameters:
credentials - the retrieved credentials (which may be null)


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.