org.globus.wsrf.security.authorization
Class SAMLPortRP

java.lang.Object
  extended byorg.globus.wsrf.security.authorization.SAMLPortRP
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  boolean signatureCapable
           
private  org.apache.axis.types.URI[] supportedPolicies
           
private  boolean supportsIndeterminate
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SAMLPortRP()
           
SAMLPortRP(boolean signatureCapable, org.apache.axis.types.URI[] supportedPolicies, boolean supportsIndeterminate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.URI[] getSupportedPolicies()
          Gets the supportedPolicies value for this SAMLPortRP.
 org.apache.axis.types.URI getSupportedPolicies(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSignatureCapable()
          Gets the signatureCapable value for this SAMLPortRP.
 boolean isSupportsIndeterminate()
          Gets the supportsIndeterminate value for this SAMLPortRP.
 void setSignatureCapable(boolean signatureCapable)
          Sets the signatureCapable value for this SAMLPortRP.
 void setSupportedPolicies(int i, org.apache.axis.types.URI _value)
           
 void setSupportedPolicies(org.apache.axis.types.URI[] supportedPolicies)
          Sets the supportedPolicies value for this SAMLPortRP.
 void setSupportsIndeterminate(boolean supportsIndeterminate)
          Sets the supportsIndeterminate value for this SAMLPortRP.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedPolicies

private org.apache.axis.types.URI[] supportedPolicies

supportsIndeterminate

private boolean supportsIndeterminate

signatureCapable

private boolean signatureCapable

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

SAMLPortRP

public SAMLPortRP()

SAMLPortRP

public SAMLPortRP(boolean signatureCapable,
                  org.apache.axis.types.URI[] supportedPolicies,
                  boolean supportsIndeterminate)
Method Detail

getSupportedPolicies

public org.apache.axis.types.URI[] getSupportedPolicies()
Gets the supportedPolicies value for this SAMLPortRP.

Returns:
supportedPolicies

setSupportedPolicies

public void setSupportedPolicies(org.apache.axis.types.URI[] supportedPolicies)
Sets the supportedPolicies value for this SAMLPortRP.

Parameters:
supportedPolicies -

getSupportedPolicies

public org.apache.axis.types.URI getSupportedPolicies(int i)

setSupportedPolicies

public void setSupportedPolicies(int i,
                                 org.apache.axis.types.URI _value)

isSupportsIndeterminate

public boolean isSupportsIndeterminate()
Gets the supportsIndeterminate value for this SAMLPortRP.

Returns:
supportsIndeterminate

setSupportsIndeterminate

public void setSupportsIndeterminate(boolean supportsIndeterminate)
Sets the supportsIndeterminate value for this SAMLPortRP.

Parameters:
supportsIndeterminate -

isSignatureCapable

public boolean isSignatureCapable()
Gets the signatureCapable value for this SAMLPortRP.

Returns:
signatureCapable

setSignatureCapable

public void setSignatureCapable(boolean signatureCapable)
Sets the signatureCapable value for this SAMLPortRP.

Parameters:
signatureCapable -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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