Uses of Class
technology.openpool.ldap.adapter.api.entity.GroupEntity
-
Packages that use GroupEntity Package Description technology.openpool.ldap.adapter.api.directory technology.openpool.ldap.adapter.backend -
-
Uses of GroupEntity in technology.openpool.ldap.adapter.api.directory
Methods in technology.openpool.ldap.adapter.api.directory that return GroupEntity Modifier and Type Method Description GroupEntityDirectoryBackend. getGroup(String id)Gets group info.Methods in technology.openpool.ldap.adapter.api.directory that return types with arguments of type GroupEntity Modifier and Type Method Description Set<GroupEntity>DirectoryBackend. getAllGroups()Gets all groups.Set<GroupEntity>DirectoryBackend. getAllGroups(int startIndex, int maxResults)Gets all groups.Set<GroupEntity>DirectoryBackend. getDirectChildGroupsOfGroup(String id)Gets direct child groups of group.Set<GroupEntity>DirectoryBackend. getDirectGroupsOfUser(String id)Gets direct groups of user.Set<GroupEntity>DirectoryBackend. getDirectParentGroupsOfGroup(String id)Gets direct parent groups of group.Set<GroupEntity>DirectoryBackend. getTransitiveChildGroupsOfGroup(String id)Gets transitive child groups of group.Set<GroupEntity>DirectoryBackend. getTransitiveGroupsOfUser(String id)Gets transitive groups of user.Set<GroupEntity>DirectoryBackend. getTransitiveParentGroupsOfGroup(String id)Gets transitive parent groups of group. -
Uses of GroupEntity in technology.openpool.ldap.adapter.backend
Methods in technology.openpool.ldap.adapter.backend that return GroupEntity Modifier and Type Method Description GroupEntityCachedWithPersistenceDirectoryBackend. getGroup(String id)GroupEntityCrowdDirectoryBackend. getGroup(String id)GroupEntityJsonDirectoryBackend. getGroup(String id)GroupEntityProxyDirectoryBackend. getGroup(String id)
-