Class AuthRoleBean
java.lang.Object
com.bloomreach.xm.repository.security.AuthRoleBean
- All Implemented Interfaces:
AuthRole
,Comparable<AuthRole>
Simple POJO bean implementation of
AuthRole
-
Constructor Summary
ConstructorDescriptionAuthRoleBean
(AuthRole other) AuthRoleBean
(String name, String domainPath, String role) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getName()
getPath()
getRole()
getUsers()
int
hashCode()
void
setDescription
(String description) void
setUserRole
(String userRole)
-
Constructor Details
-
AuthRoleBean
-
AuthRoleBean
-
-
Method Details
-
getName
-
getDomainPath
- Specified by:
getDomainPath
in interfaceAuthRole
- Returns:
- the parent (domain) node path of the authrole
-
getPath
-
getDescription
- Specified by:
getDescription
in interfaceAuthRole
- Returns:
- the description of the authrole
-
setDescription
-
getRole
-
getUserRole
- Specified by:
getUserRole
in interfaceAuthRole
- Returns:
- the userrole of the authrole
-
setUserRole
-
getGroups
-
getUsers
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AuthRole>
-
equals
-
hashCode
public int hashCode()
-