Interface AuthorizationResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
AuthorityAuthorizationDecision, AuthorizationDecision, AuthorizationDeniedException, ExpressionAuthorizationDecision, FactorAuthorizationDecision

public interface AuthorizationResult extends Serializable
Represents an authorization result.
Since:
6.3
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns 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