org.cagrid.gaards.cds.common
Class GroupDelegationPolicy

java.lang.Object
  extended by org.cagrid.gaards.cds.common.DelegationPolicy
      extended by org.cagrid.gaards.cds.common.GroupDelegationPolicy
All Implemented Interfaces:
java.io.Serializable

public class GroupDelegationPolicy
extends DelegationPolicy
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GroupDelegationPolicy()
           
GroupDelegationPolicy(java.lang.String gridGrouperServiceURL, java.lang.String groupName)
           
 
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
 java.lang.String getGridGrouperServiceURL()
          Gets the gridGrouperServiceURL value for this GroupDelegationPolicy.
 java.lang.String getGroupName()
          Gets the groupName value for this GroupDelegationPolicy.
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 setGridGrouperServiceURL(java.lang.String gridGrouperServiceURL)
          Sets the gridGrouperServiceURL value for this GroupDelegationPolicy.
 void setGroupName(java.lang.String groupName)
          Sets the groupName value for this GroupDelegationPolicy.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDelegationPolicy

public GroupDelegationPolicy()

GroupDelegationPolicy

public GroupDelegationPolicy(java.lang.String gridGrouperServiceURL,
                             java.lang.String groupName)
Method Detail

getGridGrouperServiceURL

public java.lang.String getGridGrouperServiceURL()
Gets the gridGrouperServiceURL value for this GroupDelegationPolicy.

Returns:
gridGrouperServiceURL

setGridGrouperServiceURL

public void setGridGrouperServiceURL(java.lang.String gridGrouperServiceURL)
Sets the gridGrouperServiceURL value for this GroupDelegationPolicy.

Parameters:
gridGrouperServiceURL -

getGroupName

public java.lang.String getGroupName()
Gets the groupName value for this GroupDelegationPolicy.

Returns:
groupName

setGroupName

public void setGroupName(java.lang.String groupName)
Sets the groupName value for this GroupDelegationPolicy.

Parameters:
groupName -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DelegationPolicy

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