org.globus.security.authorization
Class InterceptorConfig
java.lang.Object
org.globus.security.authorization.InterceptorConfig
public class InterceptorConfig
- extends java.lang.Object
Represents configuration of interceptor. Contains scoped name of
a interceptor.
|
Constructor Summary |
InterceptorConfig(java.lang.String scope_,
java.lang.String fqdn_)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
interceptorFQDN
private java.lang.String interceptorFQDN
scope
private java.lang.String scope
InterceptorConfig
public InterceptorConfig(java.lang.String scope_,
java.lang.String fqdn_)
getInterceptorFQDN
public java.lang.String getInterceptorFQDN()
getScope
public java.lang.String getScope()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object