Uses of Class
africa.absa.inception.security.Function
-
Uses of Function in africa.absa.inception.security
Methods in africa.absa.inception.security that return FunctionModifier and TypeMethodDescriptionISecurityService.getFunction(String functionCode) Retrieve the function.SecurityService.getFunction(String functionCode) Methods in africa.absa.inception.security that return types with arguments of type FunctionModifier and TypeMethodDescriptionISecurityService.getFunctions()Retrieve all the functions.Role.getFunctions()Returns the functions associated with the role.SecurityService.getFunctions()Methods in africa.absa.inception.security with parameters of type FunctionModifier and TypeMethodDescriptionvoidRole.addFunction(Function function) Add the function to the role.voidISecurityService.createFunction(Function function) Create the new function.voidSecurityService.createFunction(Function function) voidRole.removeFunction(Function function) Remove the function to the role.voidISecurityService.updateFunction(Function function) Update the function.voidSecurityService.updateFunction(Function function) Method parameters in africa.absa.inception.security with type arguments of type FunctionModifier and TypeMethodDescriptionvoidRole.setFunctions(Set<Function> functions) Set the functions associated with the role.