Uses of Interface
com.bloomreach.xm.repository.security.AuthRole
-
Packages that use AuthRole Package Description com.bloomreach.xm.repository.security -
-
Uses of AuthRole in com.bloomreach.xm.repository.security
Classes in com.bloomreach.xm.repository.security that implement AuthRole Modifier and Type Class Description class
AuthRoleBean
Simple POJO bean implementation ofAuthRole
Methods in com.bloomreach.xm.repository.security that return AuthRole Modifier and Type Method Description AuthRole
DomainsManager. addAuthRole(AuthRole authRoleTemplate)
Add a newAuthRole
to an existingDomainAuth
.AuthRole
DomainAuth. getAuthRole(String authRoleName)
Convenient method for getting aAuthRole
child by nameAuthRole
DomainsManager. getAuthRole(String authRolePath)
Get aAuthRole
by its (node) path.AuthRole
DomainsManager. updateAuthRole(AuthRole authRoleTemplate)
Update an existingAuthRole
Methods in com.bloomreach.xm.repository.security that return types with arguments of type AuthRole Modifier and Type Method Description SortedMap<String,AuthRole>
DomainAuth. getAuthRolesMap()
Methods in com.bloomreach.xm.repository.security with parameters of type AuthRole Modifier and Type Method Description AuthRole
DomainsManager. addAuthRole(AuthRole authRoleTemplate)
Add a newAuthRole
to an existingDomainAuth
.int
AuthRoleBean. compareTo(AuthRole o)
boolean
DomainsManager. deleteAuthRole(AuthRole authRoleTemplate)
Delete an existingAuthRole
AuthRole
DomainsManager. updateAuthRole(AuthRole authRoleTemplate)
Update an existingAuthRole
Constructors in com.bloomreach.xm.repository.security with parameters of type AuthRole Constructor Description AuthRoleBean(AuthRole other)
-