GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.security.directory.UserDataAccessException

Packages that use UserDataAccessException
com.gigaspaces.security.directory Security Directory The security directory (storing users and roles) is managed by the Directory Manager. 
 

Uses of UserDataAccessException in com.gigaspaces.security.directory
 

Methods in com.gigaspaces.security.directory that throw UserDataAccessException
 void UserManager.createUser(UserDetails userDetails)
          Create a new user with the specified userDetails.
 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.
 Map<String,UserDetails> UserManager.mapUsers()
          Returns a map containing mapping between username and user-details.
 void UserManager.updateUser(UserDetails userDetails)
          Updates the user details, excluding the username which must remain the same.
 boolean UserManager.userExists(String username)
          Queries for presence of a user by username.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.