org.globus.wsrf.security.descriptor.container
Class AuthzChain

java.lang.Object
  extended byorg.globus.wsrf.security.descriptor.container.AuthzChain
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  BootstrapPips bootstrapPips
           
private  java.lang.String combiningAlg
           
private  Pdps pdps
           
private  Pips pips
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AuthzChain()
           
AuthzChain(BootstrapPips bootstrapPips, Pips pips, Pdps pdps, java.lang.String combiningAlg)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BootstrapPips getBootstrapPips()
          Gets the bootstrapPips value for this AuthzChain.
 java.lang.String getCombiningAlg()
          Gets the combiningAlg value for this AuthzChain.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Pdps getPdps()
          Gets the pdps value for this AuthzChain.
 Pips getPips()
          Gets the pips value for this AuthzChain.
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 setBootstrapPips(BootstrapPips bootstrapPips)
          Sets the bootstrapPips value for this AuthzChain.
 void setCombiningAlg(java.lang.String combiningAlg)
          Sets the combiningAlg value for this AuthzChain.
 void setPdps(Pdps pdps)
          Sets the pdps value for this AuthzChain.
 void setPips(Pips pips)
          Sets the pips value for this AuthzChain.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bootstrapPips

private BootstrapPips bootstrapPips

pips

private Pips pips

pdps

private Pdps pdps

combiningAlg

private java.lang.String combiningAlg

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AuthzChain

public AuthzChain()

AuthzChain

public AuthzChain(BootstrapPips bootstrapPips,
                  Pips pips,
                  Pdps pdps,
                  java.lang.String combiningAlg)
Method Detail

getBootstrapPips

public BootstrapPips getBootstrapPips()
Gets the bootstrapPips value for this AuthzChain.

Returns:
bootstrapPips

setBootstrapPips

public void setBootstrapPips(BootstrapPips bootstrapPips)
Sets the bootstrapPips value for this AuthzChain.

Parameters:
bootstrapPips -

getPips

public Pips getPips()
Gets the pips value for this AuthzChain.

Returns:
pips

setPips

public void setPips(Pips pips)
Sets the pips value for this AuthzChain.

Parameters:
pips -

getPdps

public Pdps getPdps()
Gets the pdps value for this AuthzChain.

Returns:
pdps

setPdps

public void setPdps(Pdps pdps)
Sets the pdps value for this AuthzChain.

Parameters:
pdps -

getCombiningAlg

public java.lang.String getCombiningAlg()
Gets the combiningAlg value for this AuthzChain.

Returns:
combiningAlg

setCombiningAlg

public void setCombiningAlg(java.lang.String combiningAlg)
Sets the combiningAlg value for this AuthzChain.

Parameters:
combiningAlg -

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