Class LoginCallbackImpl
java.lang.Object
org.eclipse.jetty.ee10.servlet.security.authentication.LoginCallbackImpl
- All Implemented Interfaces:
 LoginCallback
This is similar to the jaspi PasswordValidationCallback but includes user
principal and group info as well.
- Version:
 - $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidString[]getRoles()booleanvoidvoidsetSuccess(boolean success) voidsetUserPrincipal(Principal userPrincipal)  
- 
Constructor Details
- 
LoginCallbackImpl
 
 - 
 - 
Method Details
- 
getSubject
- Specified by:
 getSubjectin interfaceLoginCallback
 - 
getUserName
- Specified by:
 getUserNamein interfaceLoginCallback
 - 
getCredential
- Specified by:
 getCredentialin interfaceLoginCallback
 - 
isSuccess
public boolean isSuccess()- Specified by:
 isSuccessin interfaceLoginCallback
 - 
setSuccess
public void setSuccess(boolean success) - Specified by:
 setSuccessin interfaceLoginCallback
 - 
getUserPrincipal
- Specified by:
 getUserPrincipalin interfaceLoginCallback
 - 
setUserPrincipal
- Specified by:
 setUserPrincipalin interfaceLoginCallback
 - 
getRoles
- Specified by:
 getRolesin interfaceLoginCallback
 - 
setRoles
- Specified by:
 setRolesin interfaceLoginCallback
 - 
clearPassword
public void clearPassword()- Specified by:
 clearPasswordin interfaceLoginCallback
 
 -