@Service @Transactional(value="herdTransactionManager") public class SecurityFunctionServiceImpl extends Object implements SecurityFunctionService
| Constructor and Description |
|---|
SecurityFunctionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SecurityFunction |
createSecurityFunction(SecurityFunctionCreateRequest request)
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.
|
public SecurityFunction createSecurityFunction(SecurityFunctionCreateRequest request)
SecurityFunctionServicecreateSecurityFunction in interface SecurityFunctionServicerequest - the security function create requestpublic SecurityFunction getSecurityFunction(SecurityFunctionKey securityFunctionKey)
SecurityFunctionServicegetSecurityFunction in interface SecurityFunctionServicesecurityFunctionKey - the security function keypublic SecurityFunction deleteSecurityFunction(SecurityFunctionKey securityFunctionKey)
SecurityFunctionServicedeleteSecurityFunction in interface SecurityFunctionServicesecurityFunctionKey - the security function keypublic SecurityFunctionKeys getSecurityFunctions()
SecurityFunctionServicegetSecurityFunctions in interface SecurityFunctionServiceCopyright © 2019. All rights reserved.