Uses of Interface
com.gigaspaces.security.directory.UserManager
Packages that use UserManager
-
Uses of UserManager in com.gigaspaces.security.directory
Methods in com.gigaspaces.security.directory that return UserManagerModifier and TypeMethodDescriptionDirectoryManager.getUserManager()A user manager for user-management based on the privileges granted to the directory manager.Methods in com.gigaspaces.security.directory with parameters of type UserManagerModifier and TypeMethodDescriptionDirectoryManagerUtils.getUserRoles(UserManager userManager, String username) Query theUserManagerfor all the roles assigned to the specified user.static List<UserDetails>DirectoryManagerUtils.getUsersWithRole(UserManager userManager, String role) Get all users that are assigned to the specified role. -
Uses of UserManager in com.gigaspaces.security.fs
Classes in com.gigaspaces.security.fs that implement UserManagerModifier and TypeClassDescriptionclassA file basedUserManagerresponsible for managing users stored in a file.Methods in com.gigaspaces.security.fs that return UserManager