Uses of Class
technology.openpool.ldap.adapter.api.directory.exception.EntityNotFoundException
-
Packages that use EntityNotFoundException Package Description technology.openpool.ldap.adapter.api.directory technology.openpool.ldap.adapter.backend -
-
Uses of EntityNotFoundException in technology.openpool.ldap.adapter.api.directory
Methods in technology.openpool.ldap.adapter.api.directory that throw EntityNotFoundException Modifier and Type Method Description UserEntityDirectoryBackend. getAuthenticatedUser(String id, String password)Gets info from authenticated user.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<UserEntity>DirectoryBackend. getDirectUsersOfGroup(String id)Gets direct users of group.GroupEntityDirectoryBackend. getGroup(String id)Gets group info.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.Set<UserEntity>DirectoryBackend. getTransitiveUsersOfGroup(String id)Gets transitive users of group.UserEntityDirectoryBackend. getUser(String id)Gets user info. -
Uses of EntityNotFoundException in technology.openpool.ldap.adapter.backend
-