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

Packages that use InterceptorConfig
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. 
 

Uses of InterceptorConfig in org.glite.security.authz
 

Methods in org.glite.security.authz that return InterceptorConfig
 InterceptorConfig[] SimpleChainConfig.getInterceptors()
          gets the interceptors' class names to be loaded, and their names (configuration scopes).
 InterceptorConfig[] ChainConfig.getInterceptors()
          gets the interceptors class names to be loaded, and their names (configuration scopes).
 

Constructors in org.glite.security.authz with parameters of type InterceptorConfig
SimpleChainConfig(InterceptorConfig[] newInterceptors)
          Constructor.