Uses of Class
africa.absa.inception.security.Role
-
-
Uses of Role in africa.absa.inception.security
Methods in africa.absa.inception.security that return types with arguments of type Role Modifier and Type Method Description Set<Role>Function. getRoles()Returns the roles the user is associated with.Set<Role>Group. getRoles()Returns the roles associated with the group.List<Role>ISecurityService. getRoles()Retrieve all the roles.List<Role>SecurityService. getRoles()List<Role>GroupRepository. getRolesByGroupId(UUID groupId)Methods in africa.absa.inception.security with parameters of type Role Modifier and Type Method Description voidGroup. addRole(Role role)Add the role to the group.voidGroup. removeRole(Role role)Remove the role from the group.Method parameters in africa.absa.inception.security with type arguments of type Role Modifier and Type Method Description voidFunction. setRoles(Set<Role> roles)Set the roles the user is associated with.voidGroup. setRoles(Set<Role> roles)Set the roles associated with the group.
-