org.globus.wsrf.impl.security.authorization
Class InterceptorConfig

java.lang.Object
  extended byorg.globus.wsrf.impl.security.authorization.InterceptorConfig

public class InterceptorConfig
extends java.lang.Object

The InterceptorConfig class is used to hold configuration information about an interceptor in a configuration mechanism independent way. It is used by PDPConfig.

See Also:
PDPConfig

Field Summary
private  java.lang.String interceptorClass
           
private  java.lang.String name
           
 
Constructor Summary
InterceptorConfig(java.lang.String name, java.lang.String interceptorClass)
          Constructor
 
Method Summary
 java.lang.String getInterceptorClass()
          gets the interceptor class
 java.lang.String getName()
          gets the interceptor name attached to this interceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interceptorClass

private java.lang.String interceptorClass

name

private java.lang.String name
Constructor Detail

InterceptorConfig

public InterceptorConfig(java.lang.String name,
                         java.lang.String interceptorClass)
Constructor

Parameters:
name - the named scope of the interceptor used in configuration entries
interceptorClass - the class name of the interceptor
Method Detail

getInterceptorClass

public java.lang.String getInterceptorClass()
gets the interceptor class

Returns:
the class name of the interceptor

getName

public java.lang.String getName()
gets the interceptor name attached to this interceptor

Returns:
the named scope of the interceptor used in configuration entries