Uses of Class
africa.absa.inception.security.Function
-
-
Uses of Function in africa.absa.inception.security
Methods in africa.absa.inception.security that return Function Modifier and Type Method Description FunctionISecurityService. getFunction(String functionCode)Retrieve the function.FunctionSecurityService. getFunction(String functionCode)Methods in africa.absa.inception.security that return types with arguments of type Function Modifier and Type Method Description List<Function>ISecurityService. getFunctions()Retrieve all the functions.Set<Function>Role. getFunctions()Returns the functions associated with the role.List<Function>SecurityService. getFunctions()Methods in africa.absa.inception.security with parameters of type Function Modifier and Type Method Description voidRole. 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 Function Modifier and Type Method Description voidRole. setFunctions(Set<Function> functions)Set the functions associated with the role.
-