Uses of Class
org.glite.security.authz.CloseException

Packages that use CloseException
org.glite.security.authz This package contains the core gLite Authorization Framework providing an abstract policy evaluation runtime for integrating various policy engines with attribute authorities. 
org.glite.security.authz.pdp This package contains Policy Decision Point (PDP) plugins for the gLite Authorization Framework, a BlackList PDP compares authenticated users against a blacklist that can be updated at runtime, a GridMap PDP checks if the authenticated user has a mapping in a gridmap file. 
org.glite.security.authz.providers This package contains ServiceAutorizationChain providers for the gLite Authorization Framework, a PermitOverrides provider implements a policy combining algorithm that evaluates all PDPs in turn but stops the evaluation if a PDP returns a successful authorization result. 
 

Uses of CloseException in org.glite.security.authz
 

Methods in org.glite.security.authz that throw CloseException
 void SimpleServicePIP.close()
          this method is called by the PDP framework to indicate that the interceptor now should remove all state that was allocated in the initialize call.
 void SimpleServicePDP.close()
          this method is called by the PDP framework to indicate that the interceptor now should remove all state that was allocated in the initialize call.
 void ServiceAuthorizationChainSpi.engineClose()
          called by the framework when the chain should be closed.
 void ServiceAuthorizationChain.close()
          should be called when the chain should be closed.
 void ServiceInterceptor.close()
          this method is called by the PDP framework to indicate that the interceptor now should remove all state that was allocated in the initialize call.
 

Uses of CloseException in org.glite.security.authz.pdp
 

Methods in org.glite.security.authz.pdp that throw CloseException
 void VomsServicePDP.close()
           
 void GridMapServicePDP.close()
          this method is called by the PDP framework to indicate that the interceptor now should remove all state that was allocated in the initialize call.
 void BlackListServicePDP.close()
          this method is called by the PDP framework to indicate that the interceptor now should remove all state that was allocated in the initialize call.
 

Uses of CloseException in org.glite.security.authz.providers
 

Methods in org.glite.security.authz.providers that throw CloseException
 void AbstractChain.engineClose()
          called by the framework when the chain shoudl be closed.