gov.nih.nci.cagrid.dorian.conf
Class IdentityFederationConfiguration

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.conf.IdentityFederationConfiguration
All Implemented Interfaces:
java.io.Serializable

public class IdentityFederationConfiguration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IdentityFederationConfiguration()
           
IdentityFederationConfiguration(CRLPublish CRLPublish, AccountPolicies accountPolicies, CredentialPolicy credentialPolicy, IdentityAssignmentPolicy identityAssignmentPolicy, Length identityProviderNameLength, ProxyPolicy proxyPolicy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AccountPolicies getAccountPolicies()
          Gets the accountPolicies value for this IdentityFederationConfiguration.
 CredentialPolicy getCredentialPolicy()
          Gets the credentialPolicy value for this IdentityFederationConfiguration.
 CRLPublish getCRLPublish()
          Gets the CRLPublish value for this IdentityFederationConfiguration.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 IdentityAssignmentPolicy getIdentityAssignmentPolicy()
          Gets the identityAssignmentPolicy value for this IdentityFederationConfiguration.
 Length getIdentityProviderNameLength()
          Gets the identityProviderNameLength value for this IdentityFederationConfiguration.
 ProxyPolicy getProxyPolicy()
          Gets the proxyPolicy value for this IdentityFederationConfiguration.
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 setAccountPolicies(AccountPolicies accountPolicies)
          Sets the accountPolicies value for this IdentityFederationConfiguration.
 void setCredentialPolicy(CredentialPolicy credentialPolicy)
          Sets the credentialPolicy value for this IdentityFederationConfiguration.
 void setCRLPublish(CRLPublish CRLPublish)
          Sets the CRLPublish value for this IdentityFederationConfiguration.
 void setIdentityAssignmentPolicy(IdentityAssignmentPolicy identityAssignmentPolicy)
          Sets the identityAssignmentPolicy value for this IdentityFederationConfiguration.
 void setIdentityProviderNameLength(Length identityProviderNameLength)
          Sets the identityProviderNameLength value for this IdentityFederationConfiguration.
 void setProxyPolicy(ProxyPolicy proxyPolicy)
          Sets the proxyPolicy value for this IdentityFederationConfiguration.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityFederationConfiguration

public IdentityFederationConfiguration()

IdentityFederationConfiguration

public IdentityFederationConfiguration(CRLPublish CRLPublish,
                                       AccountPolicies accountPolicies,
                                       CredentialPolicy credentialPolicy,
                                       IdentityAssignmentPolicy identityAssignmentPolicy,
                                       Length identityProviderNameLength,
                                       ProxyPolicy proxyPolicy)
Method Detail

getIdentityProviderNameLength

public Length getIdentityProviderNameLength()
Gets the identityProviderNameLength value for this IdentityFederationConfiguration.

Returns:
identityProviderNameLength

setIdentityProviderNameLength

public void setIdentityProviderNameLength(Length identityProviderNameLength)
Sets the identityProviderNameLength value for this IdentityFederationConfiguration.

Parameters:
identityProviderNameLength -

getIdentityAssignmentPolicy

public IdentityAssignmentPolicy getIdentityAssignmentPolicy()
Gets the identityAssignmentPolicy value for this IdentityFederationConfiguration.

Returns:
identityAssignmentPolicy

setIdentityAssignmentPolicy

public void setIdentityAssignmentPolicy(IdentityAssignmentPolicy identityAssignmentPolicy)
Sets the identityAssignmentPolicy value for this IdentityFederationConfiguration.

Parameters:
identityAssignmentPolicy -

getCredentialPolicy

public CredentialPolicy getCredentialPolicy()
Gets the credentialPolicy value for this IdentityFederationConfiguration.

Returns:
credentialPolicy

setCredentialPolicy

public void setCredentialPolicy(CredentialPolicy credentialPolicy)
Sets the credentialPolicy value for this IdentityFederationConfiguration.

Parameters:
credentialPolicy -

getProxyPolicy

public ProxyPolicy getProxyPolicy()
Gets the proxyPolicy value for this IdentityFederationConfiguration.

Returns:
proxyPolicy

setProxyPolicy

public void setProxyPolicy(ProxyPolicy proxyPolicy)
Sets the proxyPolicy value for this IdentityFederationConfiguration.

Parameters:
proxyPolicy -

getAccountPolicies

public AccountPolicies getAccountPolicies()
Gets the accountPolicies value for this IdentityFederationConfiguration.

Returns:
accountPolicies

setAccountPolicies

public void setAccountPolicies(AccountPolicies accountPolicies)
Sets the accountPolicies value for this IdentityFederationConfiguration.

Parameters:
accountPolicies -

getCRLPublish

public CRLPublish getCRLPublish()
Gets the CRLPublish value for this IdentityFederationConfiguration.

Returns:
CRLPublish

setCRLPublish

public void setCRLPublish(CRLPublish CRLPublish)
Sets the CRLPublish value for this IdentityFederationConfiguration.

Parameters:
CRLPublish -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer