Class JpaUserRestrictedRole
java.lang.Object
com.broadleafcommerce.auth.security.domain.JpaUserRestrictedRole
- All Implemented Interfaces:
Serializable
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
getRole()
getUser()
int
hashCode()
void
void
setRestrictionTargets
(Set<String> restrictionTargets) void
setRestrictionType
(String restrictionType) void
setRole
(JpaUserRole role) void
toString()
-
Constructor Details
-
JpaUserRestrictedRole
public JpaUserRestrictedRole()
-
-
Method Details