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