Class CredentialsCallback
- java.lang.Object
- 
- org.apache.jackrabbit.core.security.authentication.CredentialsCallback
 
- 
- All Implemented Interfaces:
- Serializable,- Callback
 
 public class CredentialsCallback extends Object implements Callback, Serializable ACredentialsCallback- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CredentialsCallback()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsgetCredentials()Get the retrieved credentials.voidsetCredentials(Credentials credentials)Set the retrieved credentials.
 
- 
- 
- 
Method Detail- 
getCredentialspublic Credentials getCredentials() Get the retrieved credentials.- Returns:
- the retrieved credentials (which may be null)
 
 - 
setCredentialspublic void setCredentials(Credentials credentials) Set the retrieved credentials.- Parameters:
- credentials- the retrieved credentials (which may be null)
 
 
- 
 
-