Uses of Interface
org.glassfish.security.services.spi.authentication.UserStoreProvider.UserEntry
-
Packages that use UserStoreProvider.UserEntry Package Description org.glassfish.security.services.spi.authentication -
-
Uses of UserStoreProvider.UserEntry in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return UserStoreProvider.UserEntry Modifier and Type Method Description UserStoreProvider.UserEntryUserStoreProvider. authenticate(CallbackHandler cbh, boolean isGetGroups, Set<String> attributeNames)Authenticate using credentials supplied in the given CallbackHandler.UserStoreProvider.UserEntryUserStoreProvider. lookupUserByUid(String uid, boolean isGetGroups, Set<String> attributeNames)Lookup a user by unique ID.Methods in org.glassfish.security.services.spi.authentication that return types with arguments of type UserStoreProvider.UserEntry Modifier and Type Method Description UserStoreProvider.ResultSet<UserStoreProvider.UserEntry>UserStoreProvider. lookupUsersByName(String name, boolean isGetGroups, Set<String> attributeNames)Lookup users by name.
-