Interface NamedAccessPolicy<T>

Type Parameters:
T - type of the items the policy apply to
All Superinterfaces:
AccessPolicy<T>

public interface NamedAccessPolicy<T> extends AccessPolicy<T>
Extension to the AccessPolicy that allow to provide custom implementations that are automatically discovered and registered as AccessPolicies under name given as identifier
  • Method Details

    • identifier

      String identifier()