Uses of Interface
org.glassfish.security.services.spi.authentication.UserStoreProvider.GroupEntry
Packages that use UserStoreProvider.GroupEntry
-
Uses of UserStoreProvider.GroupEntry in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return UserStoreProvider.GroupEntryModifier and TypeMethodDescriptionUserStoreProvider.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.GroupEntryModifier and TypeMethodDescriptionUserStoreProvider.UserEntry.getGroups()UserStoreProvider.lookupGroupsByName(String name) Get the GroupEntry(s) for the specified group name.