public interface LoginCallback
Modifier and Type | Method and Description |
---|---|
void |
clearPassword() |
Object |
getCredential() |
String[] |
getRoles() |
Subject |
getSubject() |
String |
getUserName() |
Principal |
getUserPrincipal() |
boolean |
isSuccess() |
void |
setRoles(String[] roles) |
void |
setSuccess(boolean success) |
void |
setUserPrincipal(Principal userPrincipal) |
Subject getSubject()
String getUserName()
Object getCredential()
boolean isSuccess()
void setSuccess(boolean success)
Principal getUserPrincipal()
void setUserPrincipal(Principal userPrincipal)
String[] getRoles()
void setRoles(String[] roles)
void clearPassword()
Copyright © 1995-2015 Webtide. All Rights Reserved.