public interface SecuredObject
| 限定符和类型 | 方法和说明 |
|---|---|
default boolean |
checkAuthentication(SecurityContextHolder context)
Returns true or false if allow or deny the authentication.
|
default boolean |
checkAuthorization(SecurityContextHolder context)
Returns true or false if allow or deny the authorization.
|
Boolean |
tryCheckAuthentication(SecurityContextHolder context) |
Boolean |
tryCheckAuthorization(SecurityContextHolder context) |
default boolean checkAuthentication(SecurityContextHolder context)
default boolean checkAuthorization(SecurityContextHolder context)
Boolean tryCheckAuthentication(SecurityContextHolder context)
Boolean tryCheckAuthorization(SecurityContextHolder context)
Copyright © 2019. All rights reserved.