org.globus.security.authorization
Class AuthorizationConfig

java.lang.Object
  extended by org.globus.security.authorization.AuthorizationConfig

public class AuthorizationConfig
extends java.lang.Object

Class to hold configuration information for interceptors configured as part of authorization chain.


Field Summary
private  InterceptorConfig[] bootstrapPips
           
private  InterceptorConfig[] pdps
           
private  InterceptorConfig[] pips
           
 
Constructor Summary
AuthorizationConfig(InterceptorConfig[] bootstrap_, InterceptorConfig[] pips_, InterceptorConfig[] pdps_)
           
 
Method Summary
 InterceptorConfig[] getBootstrapPips()
           
 InterceptorConfig[] getPdps()
           
 InterceptorConfig[] getPips()
           
 void setBootstrapPips(InterceptorConfig[] inter)
           
 void setPdps(InterceptorConfig[] inter)
           
 void setPips(InterceptorConfig[] inter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bootstrapPips

private InterceptorConfig[] bootstrapPips

pips

private InterceptorConfig[] pips

pdps

private InterceptorConfig[] pdps
Constructor Detail

AuthorizationConfig

public AuthorizationConfig(InterceptorConfig[] bootstrap_,
                           InterceptorConfig[] pips_,
                           InterceptorConfig[] pdps_)
Method Detail

setBootstrapPips

public void setBootstrapPips(InterceptorConfig[] inter)

setPips

public void setPips(InterceptorConfig[] inter)

setPdps

public void setPdps(InterceptorConfig[] inter)

getBootstrapPips

public InterceptorConfig[] getBootstrapPips()

getPips

public InterceptorConfig[] getPips()

getPdps

public InterceptorConfig[] getPdps()