Uses of Interface
org.glassfish.security.services.spi.authentication.UserStoreProvider.ResultSet
Packages that use UserStoreProvider.ResultSet
-
Uses of UserStoreProvider.ResultSet in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return UserStoreProvider.ResultSetModifier and TypeMethodDescriptionUserStoreProvider.lookupGroupsByName(String name) Get the GroupEntry(s) for the specified group name.UserStoreProvider.lookupUsersByName(String name, boolean isGetGroups, Set<String> attributeNames) Lookup users by name.