public class AccessPointSecurityContract extends SecurityContract implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private AuthenticationSchema[] |
authenticationSchemas |
private CredentialCollectorLC[] |
credColProviders |
private java.lang.Boolean |
isAuthenticateAll |
private java.lang.Boolean |
noPoliciesInWsdl |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
AccessPointSecurityContract() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AuthenticationSchema[] |
getAuthenticationSchemas() |
CredentialCollectorLC[] |
getCredColProviders() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Boolean |
getIsAuthenticateAll() |
java.lang.Boolean |
getNoPoliciesInWsdl() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAuthenticationSchemas(AuthenticationSchema[] authenticationSchemas) |
void |
setCredColProviders(CredentialCollectorLC[] credColProviders) |
void |
setIsAuthenticateAll(java.lang.Boolean isAuthenticateAll) |
void |
setNoPoliciesInWsdl(java.lang.Boolean noPoliciesInWsdl) |
getFilterSecurityHeader, getPassProcessedSecurityHeader, getRequiresTimestamp, getValidatesSchema, setFilterSecurityHeader, setPassProcessedSecurityHeader, setRequiresTimestamp, setValidatesSchema
getCryptogaphicAlgorithms, getInputConfig, getIsWsPolicyBased, getOutputConfig, getReverseSubjectDNForKeyName, getSignatureAlgorithm, getSupportsWsPolicyAdaptation, setCryptogaphicAlgorithms, setInputConfig, setIsWsPolicyBased, setOutputConfig, setReverseSubjectDNForKeyName, setSignatureAlgorithm, setSupportsWsPolicyAdaptation
getDebugOptions, getDescription, getIsValid, setDebugOptions, setDescription, setIsValid
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private AuthenticationSchema[] authenticationSchemas
private CredentialCollectorLC[] credColProviders
private java.lang.Boolean isAuthenticateAll
private java.lang.Boolean noPoliciesInWsdl
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public AuthenticationSchema[] getAuthenticationSchemas()
public void setAuthenticationSchemas(AuthenticationSchema[] authenticationSchemas)
public CredentialCollectorLC[] getCredColProviders()
public void setCredColProviders(CredentialCollectorLC[] credColProviders)
public java.lang.Boolean getIsAuthenticateAll()
public void setIsAuthenticateAll(java.lang.Boolean isAuthenticateAll)
public java.lang.Boolean getNoPoliciesInWsdl()
public void setNoPoliciesInWsdl(java.lang.Boolean noPoliciesInWsdl)
public boolean equals(java.lang.Object obj)
equals
in class SecurityContract
public int hashCode()
hashCode
in class SecurityContract
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)