| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleKey> |
SecurityRoleDao.getSecurityRoleKeys()
Gets all the security roles in ascending order of security role names.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleKey> |
SecurityRoleDaoImpl.getSecurityRoleKeys() |
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityRoleKey> |
SecurityRoleKeys.securityRoleKeys |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleKey |
ObjectFactory.createSecurityRoleKey()
Create an instance of
SecurityRoleKey |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleKey> |
SecurityRoleKeys.getSecurityRoleKeys()
Gets the value of the securityRoleKeys property.
|
| Constructor and Description |
|---|
SecurityRoleKeys(List<SecurityRoleKey> securityRoleKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleService.deleteSecurityRole(SecurityRoleKey securityRoleName)
Deletes a security role
|
SecurityRole |
SecurityRoleService.getSecurityRole(SecurityRoleKey securityRoleKey)
Gets a security role
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionService.getSecurityRoleFunctionsBySecurityRole(SecurityRoleKey securityRoleKey)
Retrieves a list of security role to function mapping keys for the specified security role.
|
SecurityRole |
SecurityRoleService.updateSecurityRole(SecurityRoleKey securityRoleKey,
SecurityRoleUpdateRequest securityRoleUpdateRequest)
Updates a security role
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleHelper.validateAndTrimSecurityRoleKey(SecurityRoleKey securityRoleKey)
Validates a security role key.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRole |
SecurityRoleServiceImpl.deleteSecurityRole(SecurityRoleKey securityRoleKey) |
SecurityRole |
SecurityRoleServiceImpl.getSecurityRole(SecurityRoleKey securityRoleKey) |
SecurityRoleFunctionKeys |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunctionsBySecurityRole(SecurityRoleKey securityRoleKey) |
SecurityRole |
SecurityRoleServiceImpl.updateSecurityRole(SecurityRoleKey securityRoleKey,
SecurityRoleUpdateRequest securityRoleUpdateRequest) |
Copyright © 2021. All rights reserved.