| 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<SecurityRoleFunctionKey> |
SecurityRoleFunctionDao.getSecurityRoleFunctionKeys()
Retrieves a list of security role to function mapping keys for all security role to function mappings registered in the system.
|
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionDao.getSecurityRoleFunctionKeysBySecurityFunction(String securityFunctionName)
Retrieves a list of security role to function mapping keys for the specified security function.
|
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionDao.getSecurityRoleFunctionKeysBySecurityRole(String securityRoleName)
Retrieves a list of security role to function mapping keys for the specified security role.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDao.getSecurityRoleFunctionByKey(SecurityRoleFunctionKey securityRoleFunctionKey)
Gets a security role to function mapping by its key.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionDaoImpl.getSecurityRoleFunctionKeys() |
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionDaoImpl.getSecurityRoleFunctionKeysBySecurityFunction(String securityFunctionName) |
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionDaoImpl.getSecurityRoleFunctionKeysBySecurityRole(String securityRoleName) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDaoImpl.getSecurityRoleFunctionByKey(SecurityRoleFunctionKey securityRoleFunctionKey) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityRoleFunctionKey |
SecurityRoleFunction.securityRoleFunctionKey |
protected SecurityRoleFunctionKey |
SecurityRoleFunctionCreateRequest.securityRoleFunctionKey |
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityRoleFunctionKey> |
SecurityRoleFunctionKeys.securityRoleFunctionKeys |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionKey |
ObjectFactory.createSecurityRoleFunctionKey()
Create an instance of
SecurityRoleFunctionKey |
SecurityRoleFunctionKey |
SecurityRoleFunction.getSecurityRoleFunctionKey()
Gets the value of the securityRoleFunctionKey property.
|
SecurityRoleFunctionKey |
SecurityRoleFunctionCreateRequest.getSecurityRoleFunctionKey()
Gets the value of the securityRoleFunctionKey property.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleFunctionKey> |
SecurityRoleFunctionKeys.getSecurityRoleFunctionKeys()
Gets the value of the securityRoleFunctionKeys property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleFunction.setSecurityRoleFunctionKey(SecurityRoleFunctionKey value)
Sets the value of the securityRoleFunctionKey property.
|
void |
SecurityRoleFunctionCreateRequest.setSecurityRoleFunctionKey(SecurityRoleFunctionKey value)
Sets the value of the securityRoleFunctionKey property.
|
| Constructor and Description |
|---|
SecurityRoleFunction(int id,
SecurityRoleFunctionKey securityRoleFunctionKey)
Fully-initialising value constructor
|
SecurityRoleFunctionCreateRequest(SecurityRoleFunctionKey securityRoleFunctionKey)
Fully-initialising value constructor
|
| Constructor and Description |
|---|
SecurityRoleFunctionKeys(List<SecurityRoleFunctionKey> securityRoleFunctionKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunction |
SecurityRoleFunctionService.deleteSecurityRoleFunction(SecurityRoleFunctionKey securityRoleFunctionKey)
Deletes an existing security role to function mapping by its key.
|
SecurityRoleFunction |
SecurityRoleFunctionService.getSecurityRoleFunction(SecurityRoleFunctionKey securityRoleFunctionKey)
Retrieves an existing security role to function mapping by its key.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionEntity |
SecurityRoleFunctionDaoHelper.getSecurityRoleFunctionEntity(SecurityRoleFunctionKey securityRoleFunctionKey)
Gets a security role to function mapping by its key and makes sure that it exists.
|
void |
SecurityRoleFunctionHelper.validateAndTrimSecurityRoleFunctionKey(SecurityRoleFunctionKey securityRoleFunctionKey)
Validates a security role to function mapping key.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunction |
SecurityRoleFunctionServiceImpl.deleteSecurityRoleFunction(SecurityRoleFunctionKey securityRoleFunctionKey) |
SecurityRoleFunction |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunction(SecurityRoleFunctionKey securityRoleFunctionKey) |
Copyright © 2019. All rights reserved.