| Package | Description |
|---|---|
| org.glassfish.security.services.spi.authentication |
| Modifier and Type | Method and Description |
|---|---|
UserStoreProvider.UserEntry |
UserStoreProvider.authenticate(CallbackHandler cbh,
boolean isGetGroups,
Set<String> attributeNames)
Authenticate using credentials supplied in the given CallbackHandler.
|
UserStoreProvider.UserEntry |
UserStoreProvider.lookupUserByUid(String uid,
boolean isGetGroups,
Set<String> attributeNames)
Lookup a user by unique ID.
|
| Modifier and Type | Method and Description |
|---|---|
UserStoreProvider.ResultSet<UserStoreProvider.UserEntry> |
UserStoreProvider.lookupUsersByName(String name,
boolean isGetGroups,
Set<String> attributeNames)
Lookup users by name.
|
Copyright © 2013. All Rights Reserved.