public interface SecurityFunctionService
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
createSecurityFunction(SecurityFunctionCreateRequest securityFunctionCreateRequest)
Creates a new security function.
|
SecurityFunction |
deleteSecurityFunction(SecurityFunctionKey securityFunctionKey)
Deletes a security function for the specified name.
|
SecurityFunction |
getSecurityFunction(SecurityFunctionKey securityFunctionKey)
Gets a security function for the specified key.
|
SecurityFunctionKeys |
getSecurityFunctions()
Gets a list of security function keys for all security functions defined in the system.
|
SecurityFunction createSecurityFunction(SecurityFunctionCreateRequest securityFunctionCreateRequest)
securityFunctionCreateRequest - the security function create requestSecurityFunction getSecurityFunction(SecurityFunctionKey securityFunctionKey)
securityFunctionKey - the security function keySecurityFunction deleteSecurityFunction(SecurityFunctionKey securityFunctionKey)
securityFunctionKey - the security function keySecurityFunctionKeys getSecurityFunctions()
Copyright © 2021. All rights reserved.