org.globus.security.authorization
Class AuthorizationConfig
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bootstrapPips
private InterceptorConfig[] bootstrapPips
pips
private InterceptorConfig[] pips
pdps
private InterceptorConfig[] pdps
AuthorizationConfig
public AuthorizationConfig(InterceptorConfig[] bootstrap_,
InterceptorConfig[] pips_,
InterceptorConfig[] pdps_)
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()