Uses of Enum Class
africa.absa.inception.security.GroupMemberType
-
Uses of GroupMemberType in africa.absa.inception.security
Methods in africa.absa.inception.security that return GroupMemberTypeModifier and TypeMethodDescriptionstatic GroupMemberTypeReturns the group member type given by the specified code value.GroupMember.getMemberType()Returns the group member type.static GroupMemberTypeReturns the enum constant of this class with the specified name.static GroupMemberType[]GroupMemberType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in africa.absa.inception.security with parameters of type GroupMemberTypeModifier and TypeMethodDescriptionvoidInternalUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidISecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Add the group member to the group.voidLDAPUserDirectory.addMemberToGroup(String groupName, GroupMemberType memberType, String memberName) voidSecurityService.addMemberToGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) GroupMemberTypeToStringConverter.convert(GroupMemberType source) voidInternalUserDirectory.removeMemberFromGroup(String groupName, GroupMemberType memberType, String memberName) voidISecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Remove the group member from the group.voidLDAPUserDirectory.removeMemberFromGroup(String groupName, GroupMemberType memberType, String memberName) voidSecurityService.removeMemberFromGroup(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) voidGroupMember.setMemberType(GroupMemberType memberType) Set the group member type.Constructors in africa.absa.inception.security with parameters of type GroupMemberTypeModifierConstructorDescriptionGroupMember(UUID userDirectoryId, String groupName, GroupMemberType memberType, String memberName) Constructs a new GroupMember.GroupMemberNotFoundException(GroupMemberType memberType, String memberName) Constructs a new GroupMemberNotFoundException.