|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.wsrf.security.descriptor.container.ContainerSecurityConfig
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private AuthzChain |
adminAuthzChain
|
private AuthzChain |
authzChain
|
private ValIntType |
contextLifetime
|
private ValIntType |
contextTimerInterval
|
private CredentialType |
credential
|
private DefaultAuthzParam |
defaultAuthzParam
|
private ValBooleanType |
rejectLimitedProxy
|
private ValBooleanType |
replayAttackFilter
|
private ValIntType |
replayAttackWindow
|
private ValIntType |
replayTimerInterval
|
private ValStringType |
trustedCertificates
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
ContainerSecurityConfig()
|
|
ContainerSecurityConfig(CredentialType credential,
AuthzChain adminAuthzChain,
AuthzChain authzChain,
DefaultAuthzParam defaultAuthzParam,
ValBooleanType rejectLimitedProxy,
ValIntType contextLifetime,
ValIntType replayAttackWindow,
ValBooleanType replayAttackFilter,
ValIntType contextTimerInterval,
ValIntType replayTimerInterval,
ValStringType trustedCertificates)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
AuthzChain |
getAdminAuthzChain()
Gets the adminAuthzChain value for this ContainerSecurityConfig. |
AuthzChain |
getAuthzChain()
Gets the authzChain value for this ContainerSecurityConfig. |
ValIntType |
getContextLifetime()
Gets the contextLifetime value for this ContainerSecurityConfig. |
ValIntType |
getContextTimerInterval()
Gets the contextTimerInterval value for this ContainerSecurityConfig. |
CredentialType |
getCredential()
Gets the credential value for this ContainerSecurityConfig. |
DefaultAuthzParam |
getDefaultAuthzParam()
Gets the defaultAuthzParam value for this ContainerSecurityConfig. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ValBooleanType |
getRejectLimitedProxy()
Gets the rejectLimitedProxy value for this ContainerSecurityConfig. |
ValBooleanType |
getReplayAttackFilter()
Gets the replayAttackFilter value for this ContainerSecurityConfig. |
ValIntType |
getReplayAttackWindow()
Gets the replayAttackWindow value for this ContainerSecurityConfig. |
ValIntType |
getReplayTimerInterval()
Gets the replayTimerInterval value for this ContainerSecurityConfig. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
ValStringType |
getTrustedCertificates()
Gets the trustedCertificates value for this ContainerSecurityConfig. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAdminAuthzChain(AuthzChain adminAuthzChain)
Sets the adminAuthzChain value for this ContainerSecurityConfig. |
void |
setAuthzChain(AuthzChain authzChain)
Sets the authzChain value for this ContainerSecurityConfig. |
void |
setContextLifetime(ValIntType contextLifetime)
Sets the contextLifetime value for this ContainerSecurityConfig. |
void |
setContextTimerInterval(ValIntType contextTimerInterval)
Sets the contextTimerInterval value for this ContainerSecurityConfig. |
void |
setCredential(CredentialType credential)
Sets the credential value for this ContainerSecurityConfig. |
void |
setDefaultAuthzParam(DefaultAuthzParam defaultAuthzParam)
Sets the defaultAuthzParam value for this ContainerSecurityConfig. |
void |
setRejectLimitedProxy(ValBooleanType rejectLimitedProxy)
Sets the rejectLimitedProxy value for this ContainerSecurityConfig. |
void |
setReplayAttackFilter(ValBooleanType replayAttackFilter)
Sets the replayAttackFilter value for this ContainerSecurityConfig. |
void |
setReplayAttackWindow(ValIntType replayAttackWindow)
Sets the replayAttackWindow value for this ContainerSecurityConfig. |
void |
setReplayTimerInterval(ValIntType replayTimerInterval)
Sets the replayTimerInterval value for this ContainerSecurityConfig. |
void |
setTrustedCertificates(ValStringType trustedCertificates)
Sets the trustedCertificates value for this ContainerSecurityConfig. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private CredentialType credential
private AuthzChain adminAuthzChain
private AuthzChain authzChain
private DefaultAuthzParam defaultAuthzParam
private ValBooleanType rejectLimitedProxy
private ValIntType contextLifetime
private ValIntType replayAttackWindow
private ValBooleanType replayAttackFilter
private ValIntType contextTimerInterval
private ValIntType replayTimerInterval
private ValStringType trustedCertificates
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public ContainerSecurityConfig()
public ContainerSecurityConfig(CredentialType credential,
AuthzChain adminAuthzChain,
AuthzChain authzChain,
DefaultAuthzParam defaultAuthzParam,
ValBooleanType rejectLimitedProxy,
ValIntType contextLifetime,
ValIntType replayAttackWindow,
ValBooleanType replayAttackFilter,
ValIntType contextTimerInterval,
ValIntType replayTimerInterval,
ValStringType trustedCertificates)
| Method Detail |
public CredentialType getCredential()
public void setCredential(CredentialType credential)
credential - public AuthzChain getAdminAuthzChain()
public void setAdminAuthzChain(AuthzChain adminAuthzChain)
adminAuthzChain - public AuthzChain getAuthzChain()
public void setAuthzChain(AuthzChain authzChain)
authzChain - public DefaultAuthzParam getDefaultAuthzParam()
public void setDefaultAuthzParam(DefaultAuthzParam defaultAuthzParam)
defaultAuthzParam - public ValBooleanType getRejectLimitedProxy()
public void setRejectLimitedProxy(ValBooleanType rejectLimitedProxy)
rejectLimitedProxy - public ValIntType getContextLifetime()
public void setContextLifetime(ValIntType contextLifetime)
contextLifetime - public ValIntType getReplayAttackWindow()
public void setReplayAttackWindow(ValIntType replayAttackWindow)
replayAttackWindow - public ValBooleanType getReplayAttackFilter()
public void setReplayAttackFilter(ValBooleanType replayAttackFilter)
replayAttackFilter - public ValIntType getContextTimerInterval()
public void setContextTimerInterval(ValIntType contextTimerInterval)
contextTimerInterval - public ValIntType getReplayTimerInterval()
public void setReplayTimerInterval(ValIntType replayTimerInterval)
replayTimerInterval - public ValStringType getTrustedCertificates()
public void setTrustedCertificates(ValStringType trustedCertificates)
trustedCertificates - public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||