Interface PrivilegeConstraints
-
public interface PrivilegeConstraints
Resolve an authorization constraint name to aAuthorizationConstraint
instance- Author:
- cdivilly
-
<section role="region">
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationConstraint
constraint(java.lang.String privilege)
Get theAuthorizationConstraint
associated with the namedPrivilege
-
-
<section role="region">
-
Method Detail
-
constraint
AuthorizationConstraint constraint(java.lang.String privilege)
Get theAuthorizationConstraint
associated with the namedPrivilege
- Parameters:
privilege
- The name of the privilege- Returns:
AuthorizationConstraint
instance
-
-