Uses of Class
net.ponder2.policy.AuthorisationPolicy

Packages that use AuthorisationPolicy
net.ponder2   
net.ponder2.policy   
 

Uses of AuthorisationPolicy in net.ponder2
 

Methods in net.ponder2 that return types with arguments of type AuthorisationPolicy
 java.util.Set<AuthorisationPolicy> P2ManagedObject.getAuthorisationPolicies()
          get all the authorisation policies applying to this managed object
 

Methods in net.ponder2 with parameters of type AuthorisationPolicy
 void P2ManagedObject.applyPolicy(AuthorisationPolicy policy)
          applies a policy to this managed object
 void P2ManagedObject.removePolicy(AuthorisationPolicy policy)
          removes a policy from this managed object's policy set
 

Uses of AuthorisationPolicy in net.ponder2.policy
 

Methods in net.ponder2.policy that return AuthorisationPolicy
 AuthorisationPolicy AuthPolicyHolder.getIncomingAuthPol()
          to retrieve the policy used in the incoming part of a request
 AuthorisationPolicy AuthPolicyHolder.getOutgoingAuthPol()
          to retrieve the policy used in the outgoing part of a request
 

Methods in net.ponder2.policy with parameters of type AuthorisationPolicy
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 AuthPolicyHolder.setIncomingAuthPol(AuthorisationPolicy authPol)
          to set the policy used in the incoming request
 void AuthPolicyHolder.setOutgoingAuthPol(AuthorisationPolicy outgoingAuthPol)
          to set the policy used for the outgoing part of the request
 

Method parameters in net.ponder2.policy with type arguments of type AuthorisationPolicy
static java.lang.String AuthPolicySearch.printVector(java.util.Vector<AuthorisationPolicy> policyList)
           
 



Copyright © 2008 Imperial College. All Rights Reserved.