Uses of Class
com.soebes.subversion.sapm.User

Packages that use User
com.soebes.subversion.sapm   
 

Uses of User in com.soebes.subversion.sapm
 

Subclasses of User in com.soebes.subversion.sapm
 class UserAnonymous
          This user is the user who represents anonymous.
 class UserAsterik
          This user is the user who represents anybody.
 class UserAuthenticated
          This user is the user who represents an authenticated user.
 

Fields in com.soebes.subversion.sapm with type parameters of type User
private  ArrayList<User> Users.usersList
           
 

Methods in com.soebes.subversion.sapm that return User
static User UserFactory.createInstance(String user)
          The factory method to create the particular instances.
 User Users.getUser(String userName)
          Get the particular User instance if the user can be found.
 

Methods in com.soebes.subversion.sapm that return types with arguments of type User
 ArrayList<User> Users.getUsersList()
           
 

Methods in com.soebes.subversion.sapm with parameters of type User
 void Users.add(User user)
          Add a single user to the list of users.
 void AccessRule.add(User user, AccessLevel accessLevel)
          Add the user to the access list with it's appropriate AccessLevel.
 void AccessRule.addNegative(User user, AccessLevel accessLevel)
          Add the user to the access list with it's appropriate AccessLevel but this rule means not this user (~user)
 boolean Group.contains(User user)
          Convenience method to check for a particular user in case you have the User instance instead of the user name as a string.
 AccessLevel AccessRule.getAccess(User user, String repository, String path)
          Convenience method if you have a User object instead of user name as a string.
 AccessLevel AccessRule.getAccessForPrincipal(User user)
           
 

Method parameters in com.soebes.subversion.sapm with type arguments of type User
 void Users.setUsersList(ArrayList<User> usersList)
           
 



Copyright © 2010-2011 SoftwareEntwicklung Beratung Schulung. All Rights Reserved.