Package | Description |
---|---|
com.bloomreach.xm.repository.security |
Modifier and Type | Class and Description |
---|---|
class |
AuthRoleBean
Simple POJO bean implementation of
AuthRole |
Modifier and Type | Method and Description |
---|---|
AuthRole |
DomainsManager.addAuthRole(AuthRole authRoleTemplate)
Add a new
AuthRole to an existing DomainAuth . |
AuthRole |
DomainsManager.getAuthRole(String authRolePath)
Get a
AuthRole by its (node) path. |
AuthRole |
DomainAuth.getAuthRole(String authRoleName)
Convenient method for getting a
AuthRole child by name |
AuthRole |
DomainsManager.updateAuthRole(AuthRole authRoleTemplate)
Update an existing
AuthRole |
Modifier and Type | Method and Description |
---|---|
SortedMap<String,AuthRole> |
DomainAuth.getAuthRolesMap() |
Modifier and Type | Method and Description |
---|---|
AuthRole |
DomainsManager.addAuthRole(AuthRole authRoleTemplate)
Add a new
AuthRole to an existing DomainAuth . |
int |
AuthRoleBean.compareTo(AuthRole o) |
boolean |
DomainsManager.deleteAuthRole(AuthRole authRoleTemplate)
Delete an existing
AuthRole |
AuthRole |
DomainsManager.updateAuthRole(AuthRole authRoleTemplate)
Update an existing
AuthRole |
Constructor and Description |
---|
AuthRoleBean(AuthRole other) |
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.