|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.authz.InterceptorConfig
The InterceptorConfig
class is used to hold configuration
information about an interceptor in a configuration mechanism independent
way. It is used by ServicePDPConfig
.
ChainConfig
Constructor Summary | |
InterceptorConfig(java.lang.String configName,
ServiceInterceptor serviceInterceptor)
Constructor. |
|
InterceptorConfig(java.lang.String configName,
java.lang.String configInterceptorClass)
Constructor. |
Method Summary | |
ServiceInterceptor |
getInterceptor()
gets the interceptor. |
java.lang.String |
getInterceptorClass()
gets the interceptor class. |
java.lang.String |
getName()
gets the interceptor name attached to this interceptor. |
boolean |
isLoaded()
method to support eager loading of interceptors. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterceptorConfig(java.lang.String configName, ServiceInterceptor serviceInterceptor)
configName
- the named scope of the interceptor used in
configuration entriesserviceInterceptor
- the class name of the interceptorpublic InterceptorConfig(java.lang.String configName, java.lang.String configInterceptorClass)
configName
- the named scope of the interceptor used in
configuration entriesconfigInterceptorClass
- the class name of the interceptorMethod Detail |
public java.lang.String getInterceptorClass()
public ServiceInterceptor getInterceptor()
public java.lang.String getName()
public boolean isLoaded()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |