Uses of Interface
org.glassfish.security.services.spi.authentication.UserStoreProvider.GroupEntry
-
Packages that use UserStoreProvider.GroupEntry Package Description org.glassfish.security.services.spi.authentication -
-
Uses of UserStoreProvider.GroupEntry in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return UserStoreProvider.GroupEntry Modifier and Type Method Description UserStoreProvider.GroupEntryUserStoreProvider. lookupGroupByUid(String uid)Get the GroupEntry for the specified group.Methods in org.glassfish.security.services.spi.authentication that return types with arguments of type UserStoreProvider.GroupEntry Modifier and Type Method Description Set<UserStoreProvider.GroupEntry>UserStoreProvider.UserEntry. getGroups()UserStoreProvider.ResultSet<UserStoreProvider.GroupEntry>UserStoreProvider. lookupGroupsByName(String name)Get the GroupEntry(s) for the specified group name.
-