protected static final class DefaultSecuredPaths.PathEntry extends Object implements SecuredPath
COMPARATOR| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(SecuredPath o) |
Boolean |
getAllowAnonymous()
Returns the allow-anonymous status, may be null.
|
Boolean |
getAllowClientOnly()
Returns the allow-clientOnly status, may be null.
|
Boolean |
getAllowRememberMe()
Returns the allow-rememberMe status, may be null.
|
SecurityFailureHandler |
getFailureHandler()
Optional.
|
leap.lang.path.PathPattern |
getPattern()
Required.
|
String[] |
getPermissions()
Optional.
|
String[] |
getRoles()
Optional.
|
Route |
getRoute()
Optional.
|
Object |
getSource() |
String |
toString() |
Boolean |
tryCheckAuthentication(SecurityContextHolder context) |
Boolean |
tryCheckAuthorization(SecurityContextHolder context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisAllowAnonymous, isAllowClientOnly, isAllowRememberMe, isDenyAnonymous, isDenyClientOnly, isDenyRememberMe, matches, matchescheckAuthentication, checkAuthorizationpublic Object getSource()
getSource 在接口中 leap.lang.Sourcedpublic Route getRoute()
SecuredPathgetRoute 在接口中 SecuredPathpublic leap.lang.path.PathPattern getPattern()
SecuredPathgetPattern 在接口中 SecuredPathpublic Boolean getAllowAnonymous()
SecuredPathgetAllowAnonymous 在接口中 SecuredPathpublic Boolean getAllowClientOnly()
SecuredPathgetAllowClientOnly 在接口中 SecuredPathpublic Boolean getAllowRememberMe()
SecuredPathgetAllowRememberMe 在接口中 SecuredPathpublic SecurityFailureHandler getFailureHandler()
SecuredPathSecurityFailureHandler.getFailureHandler 在接口中 SecuredPathpublic String[] getPermissions()
SecuredPathgetPermissions 在接口中 SecuredPathpublic String[] getRoles()
SecuredPathgetRoles 在接口中 SecuredPathpublic Boolean tryCheckAuthentication(SecurityContextHolder context)
tryCheckAuthentication 在接口中 SecuredObjectpublic Boolean tryCheckAuthorization(SecurityContextHolder context)
tryCheckAuthorization 在接口中 SecuredObjectpublic int compareTo(SecuredPath o)
compareTo 在接口中 Comparable<SecuredPath>compareTo 在接口中 SecuredPathCopyright © 2019. All rights reserved.