Uses of Class
com.gigaspaces.security.directory.UserDataAccessException
Packages that use UserDataAccessException
-
Uses of UserDataAccessException in com.gigaspaces.security.directory
Methods in com.gigaspaces.security.directory that throw UserDataAccessExceptionModifier and TypeMethodDescriptionvoidUserManager.createUser(UserDetails userDetails) Create a new user with the specifieduserDetails.voidUserManager.deleteUser(String username) Delete an existing user represented by the specifiedusername.Retrieve the user details byusername.UserManager.mapUsers()Returns a map containing mapping between username and user-details.voidUserManager.updateUser(UserDetails userDetails) Updates the user details, excluding the username which must remain the same.booleanUserManager.userExists(String username) Queries for presence of a user by username. -
Uses of UserDataAccessException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw UserDataAccessExceptionModifier and TypeMethodDescriptionvoidFileUserManager.createUser(UserDetails userDetails) voidFileUserManager.deleteUser(String username) FileServiceAccessor.loadUserByUsername(String username) Locates the user by username, returning a fully populated user record (including authorities normalized from their role representation).FileUserManager.mapUsers()voidFileUserManager.updateUser(UserDetails userDetails) booleanFileUserManager.userExists(String username)