| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.rest | |
| org.finra.herd.service | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionKeys |
ObjectFactory.createSecurityRoleFunctionKeys()
Create an instance of
SecurityRoleFunctionKeys |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionKeys |
SecurityRoleFunctionRestController.getSecurityRoleFunctions()
Retrieves a list of security role to function mapping keys for all security role to function mappings registered in the system.
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionRestController.getSecurityRoleFunctionsBySecurityFunction(String securityFunctionName)
Retrieves a list of security role to function mapping keys for the specified security function.
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionRestController.getSecurityRoleFunctionsBySecurityRole(String securityRoleName)
Retrieves a list of security role to function mapping keys for the specified security role.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionKeys |
SecurityRoleFunctionService.getSecurityRoleFunctions()
Retrieves a list of security role to function mapping keys for all security role to function mappings registered in the system.
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionService.getSecurityRoleFunctionsBySecurityFunction(SecurityFunctionKey securityFunctionKey)
Retrieves a list of security role to function mapping keys for the specified security function.
|
SecurityRoleFunctionKeys |
SecurityRoleFunctionService.getSecurityRoleFunctionsBySecurityRole(SecurityRoleKey securityRoleKey)
Retrieves a list of security role to function mapping keys for the specified security role.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleFunctionKeys |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunctions() |
SecurityRoleFunctionKeys |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunctionsBySecurityFunction(SecurityFunctionKey securityFunctionKey) |
SecurityRoleFunctionKeys |
SecurityRoleFunctionServiceImpl.getSecurityRoleFunctionsBySecurityRole(SecurityRoleKey securityRoleKey) |
Copyright © 2019. All rights reserved.