Interface HandlerResult
public interface HandlerResult
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.shiro.authc.AuthenticationTokengetToken()voidvoidsetStatus(HandlerResult.Status status) voidsetToken(org.apache.shiro.authc.AuthenticationToken token)
-
Method Details
-
getStatus
HandlerResult.Status getStatus() -
setStatus
-
getToken
org.apache.shiro.authc.AuthenticationToken getToken() -
setToken
void setToken(org.apache.shiro.authc.AuthenticationToken token) -
getSource
String getSource() -
setSource
-