Uses of Class
fr.cnes.sitools.security.model.User

Packages that use User
fr.cnes.sitools.inscription.model   
fr.cnes.sitools.security   
fr.cnes.sitools.security.authentication   
fr.cnes.sitools.security.model   
 

Uses of User in fr.cnes.sitools.inscription.model
 

Methods in fr.cnes.sitools.inscription.model that return User
 User Inscription.wrapToUser()
          wrapper to Sitools.model.User
 

Uses of User in fr.cnes.sitools.security
 

Methods in fr.cnes.sitools.security that return User
 User UsersAndGroupsStore.createUser(User bean)
          Method for creating users
 User UsersAndGroupsStoreXML.createUser(User bean)
           
 User JDBCUsersAndGroupsStore.createUser(User bean)
           
 User UsersAndGroupsStore.getUserById(java.lang.String identifier)
          Gets one user by identifier
 User UsersAndGroupsStoreXML.getUserById(java.lang.String identifier)
           
 User JDBCUsersAndGroupsStore.getUserById(java.lang.String identifier)
           
 User UsersAndGroupsStore.updateUser(User bean)
          Method for updating user
 User UsersAndGroupsStoreXML.updateUser(User bean)
           
 User JDBCUsersAndGroupsStore.updateUser(User bean)
          Important : Password is modified only if it is not null and different from "". otherwise it is unchanged.
 

Methods in fr.cnes.sitools.security that return types with arguments of type User
 java.util.List<User> UsersAndGroupsStore.getUsers()
          Gets complete list of users
 java.util.List<User> UsersAndGroupsStoreXML.getUsers()
           
 java.util.List<User> JDBCUsersAndGroupsStore.getUsers()
           
 java.util.List<User> UsersAndGroupsStore.getUsers(int start, int limit, java.lang.String query)
          Gets users according to the pagination and query
 java.util.List<User> UsersAndGroupsStoreXML.getUsers(int start, int limit, java.lang.String query)
           
 java.util.List<User> JDBCUsersAndGroupsStore.getUsers(int start, int limit, java.lang.String query)
           
 java.util.List<User> UsersAndGroupsStore.getUsers(ResourceCollectionFilter filter)
          Gets filtered list of users
 java.util.List<User> UsersAndGroupsStoreXML.getUsers(ResourceCollectionFilter filter)
           
 java.util.List<User> JDBCUsersAndGroupsStore.getUsers(ResourceCollectionFilter filter)
           
 java.util.List<User> UsersAndGroupsStore.getUsersByGroup(java.lang.String name)
          Gets user for a group
 java.util.List<User> UsersAndGroupsStoreXML.getUsersByGroup(java.lang.String name)
           
 java.util.List<User> JDBCUsersAndGroupsStore.getUsersByGroup(java.lang.String name)
           
 java.util.List<User> UsersAndGroupsStore.getUsersByGroup(java.lang.String name, ResourceCollectionFilter filter)
          Gets users of a group according to the filter
 java.util.List<User> UsersAndGroupsStoreXML.getUsersByGroup(java.lang.String name, ResourceCollectionFilter filter)
           
 java.util.List<User> JDBCUsersAndGroupsStore.getUsersByGroup(java.lang.String name, ResourceCollectionFilter filter)
           
 

Methods in fr.cnes.sitools.security with parameters of type User
 User UsersAndGroupsStore.createUser(User bean)
          Method for creating users
 User UsersAndGroupsStoreXML.createUser(User bean)
           
 User JDBCUsersAndGroupsStore.createUser(User bean)
           
static void SecurityUtil.encodeUserPassword(SitoolsSettings settings, User input)
          Encrypt password of user according to security settings
 User UsersAndGroupsStore.updateUser(User bean)
          Method for updating user
 User UsersAndGroupsStoreXML.updateUser(User bean)
           
 User JDBCUsersAndGroupsStore.updateUser(User bean)
          Important : Password is modified only if it is not null and different from "". otherwise it is unchanged.
 

Uses of User in fr.cnes.sitools.security.authentication
 

Methods in fr.cnes.sitools.security.authentication with parameters of type User
abstract  boolean SitoolsRealm.onVerify(boolean result, User user)
          Verifiers can call this event
 boolean SitoolsMemoryRealm.onVerify(boolean result, User user)
           
 

Uses of User in fr.cnes.sitools.security.model
 

Methods in fr.cnes.sitools.security.model that return User
 User DataSetPrivilege.getUser()
          Gets the user value
 

Methods in fr.cnes.sitools.security.model with parameters of type User
static boolean User.isValid(User user)
          Check l'inscription TODO EVO : validator qui retourne une liste de codes d'anomalies.
 void DataSetPrivilege.setUser(User user)
          Sets the value of user
 



Copyright © 2010-2013 CNES. All Rights Reserved.