Uses of Interface
org.wamblee.security.authorization.PathCondition

Packages that use PathCondition
org.wamblee.security.authorization   
 

Uses of PathCondition in org.wamblee.security.authorization
 

Classes in org.wamblee.security.authorization that implement PathCondition
 class RegexpPathCondition
          Condition to check whether a path matches a given regula expression.
 class StartsWithPathCondition
          Condition to check whether a path starts with a given string.
 

Methods in org.wamblee.security.authorization that return PathCondition
 PathCondition UrlAuthorizationRule.getPathCondition()
           
 

Methods in org.wamblee.security.authorization with parameters of type PathCondition
protected  void UrlAuthorizationRule.setPathCondition(PathCondition aPathCondition)
           
 

Constructors in org.wamblee.security.authorization with parameters of type PathCondition
UrlAuthorizationRule(AuthorizationResult aResult, UserCondition aUserCondition, PathCondition aPathCondition, java.lang.Class aResourceClass, OperationCondition aOperationCondition)
          Constructs an authorization rule.
 



Copyright © 2010. All Rights Reserved.