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

Packages that use AccessLevel
com.soebes.subversion.sapm   
com.soebes.subversion.sapm.parser   
 

Uses of AccessLevel in com.soebes.subversion.sapm
 

Fields in com.soebes.subversion.sapm declared as AccessLevel
private  AccessLevel Access.level
           
 

Methods in com.soebes.subversion.sapm that return AccessLevel
 AccessLevel AccessRules.getAccess(String user, String repository, String accessPath)
           
 AccessLevel AccessRule.getAccess(String user, String repository, String path)
          Get the AccessLevel for the user who want's to get access to the path inside the given repository.
 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(String user)
          Will get the AccessLevel for the given user.
 AccessLevel AccessRule.getAccessForPrincipal(User user)
           
 AccessLevel Access.getLevel()
           
static AccessLevel AccessLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessLevel[] AccessLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.soebes.subversion.sapm with parameters of type AccessLevel
 void AccessRule.add(Group group, AccessLevel accessLevel)
          Add the given group to the access list with it's appropriate AccessLevel.
 void AccessRule.add(User user, AccessLevel accessLevel)
          Add the user to the access list with it's appropriate AccessLevel.
 void AccessRule.addNegative(Group group, AccessLevel accessLevel)
          Add the given group 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)
 void Access.setLevel(AccessLevel level)
           
 

Constructors in com.soebes.subversion.sapm with parameters of type AccessLevel
Access(IPrincipal principal, AccessLevel level)
          Create a new instance with the given parameters.
Access(IPrincipal principal, AccessLevel level, boolean negativeRule)
           
 

Uses of AccessLevel in com.soebes.subversion.sapm.parser
 

Fields in com.soebes.subversion.sapm.parser declared as AccessLevel
 AccessLevel SAFPParser.permission_return.perm
           
 



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