| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityFunctionKey> |
SecurityFunctionKeys.securityFunctionKeys |
| Modifier and Type | Method and Description |
|---|---|
SecurityFunctionKey |
ObjectFactory.createSecurityFunctionKey()
Create an instance of
SecurityFunctionKey |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityFunctionKey> |
SecurityFunctionKeys.getSecurityFunctionKeys()
Gets the value of the securityFunctionKeys property.
|
| Constructor and Description |
|---|
SecurityFunctionKeys(List<SecurityFunctionKey> securityFunctionKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
SecurityFunctionService.deleteSecurityFunction(SecurityFunctionKey securityFunctionKey)
Deletes a security function for the specified name.
|
SecurityFunction |
SecurityFunctionService.getSecurityFunction(SecurityFunctionKey securityFunctionKey)
Gets a security function for the specified key.
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionService.getSecurityRoleFunctionsBySecurityFunction(SecurityFunctionKey securityFunctionKey)
Retrieves a list of security role to function mapping keys for the specified security function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityFunctionHelper.validateAndTrimSecurityFunctionKey(SecurityFunctionKey securityFunctionKey)
Validates a security function key.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
SecurityFunctionServiceImpl.deleteSecurityFunction(SecurityFunctionKey securityFunctionKey) |
SecurityFunction |
SecurityFunctionServiceImpl.getSecurityFunction(SecurityFunctionKey securityFunctionKey) |
SecurityRoleFunctionKeys |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunctionsBySecurityFunction(SecurityFunctionKey securityFunctionKey) |
Copyright © 2021. All rights reserved.