org.globus.wsrf.impl.security.authorization
Class InterceptorConfig
java.lang.Object
org.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
|
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 |
interceptorClass
private java.lang.String interceptorClass
name
private java.lang.String name
InterceptorConfig
public InterceptorConfig(java.lang.String name,
java.lang.String interceptorClass)
- Constructor
- Parameters:
name - the named scope of the interceptor used in configuration
entriesinterceptorClass - the class name of the interceptor
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