public interface SecurityFunctionDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
SecurityFunctionEntity |
getSecurityFunctionByName(String securityFunctionName)
Gets a security function by it's name.
|
List<String> |
getSecurityFunctions()
Gets a list of security functions.
|
List<String> |
getSecurityFunctionsForRole(String roleCd)
Gets a list of functions for the role.
|
List<String> |
getUnrestrictedSecurityFunctions()
Gets a list of security functions that have no roles mapped to them.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshSecurityFunctionEntity getSecurityFunctionByName(String securityFunctionName)
securityFunctionName - the security function name (case-insensitive)List<String> getSecurityFunctions()
List<String> getSecurityFunctionsForRole(String roleCd)
roleCd - the role codeCopyright © 2019. All rights reserved.