Interface AuthorizationResult
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AuthorityAuthorizationDecision,AuthorizationDecision,AuthorizationDeniedException,ExpressionAuthorizationDecision,FactorAuthorizationDecision
Represents an authorization result.
- Since:
- 6.3
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the access has been granted.
-
Method Details
-
isGranted
boolean isGranted()Returns whether the access has been granted.- Returns:
- whether the access has been granted
-