Uses of Class
com.gigaspaces.security.directory.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.gigaspaces.security.directory
Methods in com.gigaspaces.security.directory that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidUserManager.deleteUser(String username) Delete an existing user represented by the specifiedusername.Retrieve the user details byusername.voidUserManager.updateUser(UserDetails userDetails) Updates the user details, excluding the username which must remain the same. -
Uses of UserNotFoundException in com.gigaspaces.security.fs
Methods in com.gigaspaces.security.fs that throw UserNotFoundExceptionModifier and TypeMethodDescriptionvoidFileUserManager.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).voidFileUserManager.updateUser(UserDetails userDetails)