Package | Description |
---|---|
com.gigaspaces.security.directory |
Security Directory
|
com.gigaspaces.security.fs |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.deleteUser(String username)
Delete an existing user represented by the specified
username . |
UserDetails |
UserManager.getUser(String username)
Retrieve the user details by
username . |
void |
UserManager.updateUser(UserDetails userDetails)
Updates the user details, excluding the username which must remain the same.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUserManager.deleteUser(String username) |
UserDetails |
FileUserManager.getUser(String username) |
UserDetails |
FileServiceAccessor.loadUserByUsername(String username)
Locates the user by username, returning a fully populated user record (including authorities
normalized from their role representation).
|
void |
FileUserManager.updateUser(UserDetails userDetails) |
Copyright © GigaSpaces.