Interface AuthPolicy

All Known Implementing Classes:
AuthPolicyList

public interface AuthPolicy
Policy for authorization to a resource. Assumes the user has already been authenticated.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is the use authorized for this resource?
    default boolean
    Is the use denied for this resource?