| 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 |
|---|---|
SecurityFunction |
ObjectFactory.createSecurityFunction()
Create an instance of
SecurityFunction |
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
SecurityFunctionRestController.createSecurityFunction(SecurityFunctionCreateRequest request)
Creates a new security function.
|
SecurityFunction |
SecurityFunctionRestController.deleteSecurityFunction(String securityFunctionName)
Deletes an existing security function by security function name.
|
SecurityFunction |
SecurityFunctionRestController.getSecurityFunction(String securityFunctionName)
Retrieves an existing security function by security function name.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
SecurityFunctionService.createSecurityFunction(SecurityFunctionCreateRequest securityFunctionCreateRequest)
Creates a new security function.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
SecurityFunctionServiceImpl.createSecurityFunction(SecurityFunctionCreateRequest request) |
SecurityFunction |
SecurityFunctionServiceImpl.deleteSecurityFunction(SecurityFunctionKey securityFunctionKey) |
SecurityFunction |
SecurityFunctionServiceImpl.getSecurityFunction(SecurityFunctionKey securityFunctionKey) |
Copyright © 2021. All rights reserved.