Interface LoginCallback
- All Known Implementing Classes:
- LoginCallbackImpl
public interface LoginCallback
This is similar to the jaspi PasswordValidationCallback but includes user
 principal and group info as well.
- Version:
- $Rev: 4792 $ $Date: 2009-03-18 22:55:52 +0100 (Wed, 18 Mar 2009) $
- 
Method SummaryModifier and TypeMethodDescriptionvoidString[]getRoles()booleanvoidvoidsetSuccess(boolean success) voidsetUserPrincipal(Principal userPrincipal) 
- 
Method Details- 
getSubjectSubject getSubject()
- 
getUserNameString getUserName()
- 
getCredentialObject getCredential()
- 
isSuccessboolean isSuccess()
- 
setSuccessvoid setSuccess(boolean success) 
- 
getUserPrincipalPrincipal getUserPrincipal()
- 
setUserPrincipal
- 
getRolesString[] getRoles()
- 
setRoles
- 
clearPasswordvoid clearPassword()
 
-