Uses of Interface
org.glassfish.security.services.spi.authentication.UserStoreProvider.UserEntry
Packages that use UserStoreProvider.UserEntry
-
Uses of UserStoreProvider.UserEntry in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return UserStoreProvider.UserEntryModifier and TypeMethodDescriptionUserStoreProvider.authenticate(CallbackHandler cbh, boolean isGetGroups, Set<String> attributeNames) Authenticate using credentials supplied in the given CallbackHandler.UserStoreProvider.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.UserEntryModifier and TypeMethodDescriptionUserStoreProvider.lookupUsersByName(String name, boolean isGetGroups, Set<String> attributeNames) Lookup users by name.