Class AdminRestrictedPrivilege
java.lang.Object
com.broadleafcommerce.adminuser.resource.domain.AdminRestrictedPrivilege
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdminRestrictedPermission
,AdminRestrictedRole
Represents a privilege that is restricted by a given restriction. Having this as superclass helps
with the process of validation and restrictiveness comparisons.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Represents the restriction on a restricted entityint
hashCode()
void
setRestriction
(AdminRestriction restriction) Represents the restriction on a restricted entitytoString()
-
Constructor Details
-
AdminRestrictedPrivilege
public AdminRestrictedPrivilege()
-
-
Method Details