Interface PrivilegeConstraints
public interface PrivilegeConstraints
Resolve an authorization constraint name to a
AuthorizationConstraint
instance- Author:
- cdivilly
-
Method Summary
Modifier and TypeMethodDescriptionconstraint(String privilege) Get theAuthorizationConstraintassociated with the namedPrivilege
-
Method Details
-
constraint
Get theAuthorizationConstraintassociated with the namedPrivilege- Parameters:
privilege- The name of the privilege- Returns:
AuthorizationConstraintinstance
-