public interface LoginContext extends AuthenticationContext
| 限定符和类型 | 方法和说明 |
|---|---|
leap.core.security.Credentials |
getCredentials() |
String |
getLoginUrl() |
String |
getReturnUrl() |
leap.core.security.UserPrincipal |
getUser() |
boolean |
isAuthenticated() |
boolean |
isCredentialsResolved() |
void |
setCredentials(leap.core.security.Credentials credentials) |
void |
setLoginUrl(String loginUrl) |
void |
setReturnUrl(String returnUrl) |
void |
setUser(leap.core.security.UserPrincipal principal) |
getAuthentication, getAuthenticationToken, getSecuredPath, getSecurityConfig, getSecurityContext, setAuthentication, setAuthenticationTokengetErrorObj, getIdentity, isError, setError, setErrorObj, setIdentityString getReturnUrl()
void setReturnUrl(String returnUrl)
String getLoginUrl()
void setLoginUrl(String loginUrl)
boolean isCredentialsResolved()
leap.core.security.Credentials getCredentials()
void setCredentials(leap.core.security.Credentials credentials)
boolean isAuthenticated()
leap.core.security.UserPrincipal getUser()
void setUser(leap.core.security.UserPrincipal principal)
Copyright © 2019. All rights reserved.