Uses of Interface
com.bloomreach.xm.repository.security.AuthRole
Packages that use AuthRole
-
Uses of AuthRole in com.bloomreach.xm.repository.security
Classes in com.bloomreach.xm.repository.security that implement AuthRoleMethods in com.bloomreach.xm.repository.security that return AuthRoleModifier and TypeMethodDescriptionDomainsManager.addAuthRole
(AuthRole authRoleTemplate) Add a newAuthRole
to an existingDomainAuth
.DomainAuth.getAuthRole
(String authRoleName) Convenient method for getting aAuthRole
child by nameDomainsManager.getAuthRole
(String authRolePath) Get aAuthRole
by its (node) path.DomainsManager.updateAuthRole
(AuthRole authRoleTemplate) Update an existingAuthRole
Methods in com.bloomreach.xm.repository.security that return types with arguments of type AuthRoleMethods in com.bloomreach.xm.repository.security with parameters of type AuthRoleModifier and TypeMethodDescriptionDomainsManager.addAuthRole
(AuthRole authRoleTemplate) Add a newAuthRole
to an existingDomainAuth
.int
boolean
DomainsManager.deleteAuthRole
(AuthRole authRoleTemplate) Delete an existingAuthRole
DomainsManager.updateAuthRole
(AuthRole authRoleTemplate) Update an existingAuthRole
Constructors in com.bloomreach.xm.repository.security with parameters of type AuthRole