| Package | Description |
|---|---|
| org.glassfish.security.services.spi.authentication |
| Modifier and Type | Method and 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.
|
Copyright © 2013. All Rights Reserved.