gov.nih.nci.cagrid.introduce.beans.security
Class CSMAuthorization

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.beans.security.CSMAuthorization
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CSMAuthorization()
           
CSMAuthorization(java.lang.String applicationContext, java.lang.String customProtectionMethod, java.lang.String privilege, ProtectionMethod protectionMethod)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getApplicationContext()
          Gets the applicationContext value for this CSMAuthorization.
 java.lang.String getCustomProtectionMethod()
          Gets the customProtectionMethod value for this CSMAuthorization.
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 getPrivilege()
          Gets the privilege value for this CSMAuthorization.
 ProtectionMethod getProtectionMethod()
          Gets the protectionMethod value for this CSMAuthorization.
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 setApplicationContext(java.lang.String applicationContext)
          Sets the applicationContext value for this CSMAuthorization.
 void setCustomProtectionMethod(java.lang.String customProtectionMethod)
          Sets the customProtectionMethod value for this CSMAuthorization.
 void setPrivilege(java.lang.String privilege)
          Sets the privilege value for this CSMAuthorization.
 void setProtectionMethod(ProtectionMethod protectionMethod)
          Sets the protectionMethod value for this CSMAuthorization.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSMAuthorization

public CSMAuthorization()

CSMAuthorization

public CSMAuthorization(java.lang.String applicationContext,
                        java.lang.String customProtectionMethod,
                        java.lang.String privilege,
                        ProtectionMethod protectionMethod)
Method Detail

getApplicationContext

public java.lang.String getApplicationContext()
Gets the applicationContext value for this CSMAuthorization.

Returns:
applicationContext

setApplicationContext

public void setApplicationContext(java.lang.String applicationContext)
Sets the applicationContext value for this CSMAuthorization.

Parameters:
applicationContext -

getProtectionMethod

public ProtectionMethod getProtectionMethod()
Gets the protectionMethod value for this CSMAuthorization.

Returns:
protectionMethod

setProtectionMethod

public void setProtectionMethod(ProtectionMethod protectionMethod)
Sets the protectionMethod value for this CSMAuthorization.

Parameters:
protectionMethod -

getCustomProtectionMethod

public java.lang.String getCustomProtectionMethod()
Gets the customProtectionMethod value for this CSMAuthorization.

Returns:
customProtectionMethod

setCustomProtectionMethod

public void setCustomProtectionMethod(java.lang.String customProtectionMethod)
Sets the customProtectionMethod value for this CSMAuthorization.

Parameters:
customProtectionMethod -

getPrivilege

public java.lang.String getPrivilege()
Gets the privilege value for this CSMAuthorization.

Returns:
privilege

setPrivilege

public void setPrivilege(java.lang.String privilege)
Sets the privilege value for this CSMAuthorization.

Parameters:
privilege -

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