Interface PermissionBasedAuthorization

  • All Superinterfaces:
    Authorization

    public interface PermissionBasedAuthorization
    extends Authorization
    Represents a permission Note that the permission can optionally be assigned to a specific resource
    Author:
    Stephane Bastian
    • Method Detail

      • getPermission

        String getPermission()
        returns the value of the permission
        Returns:
      • getResource

        String getResource()
        returns an optional resource that the permission is assigned-on
        Returns: