Uses of Class
net.ponder2.policy.AuthPolicyHolder

Packages that use AuthPolicyHolder
net.ponder2.policy   
 

Uses of AuthPolicyHolder in net.ponder2.policy
 

Methods in net.ponder2.policy with parameters of type AuthPolicyHolder
protected static short AuthPolicySearch.evaluate(AuthPolicyHolder holder, AuthorisationPolicy policy, short pepType, P2Object subject, P2Object target, P2Object... argAttribute)
          This method is used to evaluate a given policy.
 void BasicAuthModule.reply(short pepType, char focus, AuthPolicyHolder holder, P2Object subjectOID, P2Object targetOID, java.lang.String operation, P2Object[] args, P2Object returnedValue)
           
abstract  void AuthorisationModule.reply(short pepType, char focus, AuthPolicyHolder holder, P2Object source, P2Object target, java.lang.String operation, P2Object[] args, P2Object returnedValue)
          Method that intercepts calls at PEP3 and PEP4 points.
 void BasicAuthModule.request(short pepType, char focus, AuthPolicyHolder holder, P2Object subjectOID, P2Object targetOID, java.lang.String operation, P2Object[] args)
           
abstract  void AuthorisationModule.request(short pepType, char focus, AuthPolicyHolder holder, P2Object source, P2Object target, java.lang.String operation, P2Object[] args)
          Method that intercepts request calls at PEP1 and PEP2 points.
 short StaticAuthPolicySearch.search(AuthPolicyHolder holder, short pepType, P2Object subject, P2Object target, java.lang.String action, char focus, P2Object[] args, P2Object result)
          This is the main method called externally for performing the search of an applicable policy.
 short FlexAuthPolicySearch.search(AuthPolicyHolder holder, short pepType, P2Object subject, P2Object target, java.lang.String action, char focus, P2Object[] args, P2Object result)
          This is the main method called externally for performing the search of an applicable policy.
abstract  short AuthPolicySearch.search(AuthPolicyHolder holder, short pepType, P2Object subject, P2Object target, java.lang.String action, char focus, P2Object[] args, P2Object result)
          This is the main method called externally for performing the search of an applicable policy.
 



Copyright © 2008 Imperial College. All Rights Reserved.