org.glite.security.voms
Class ACLEntry

java.lang.Object
  extended by org.glite.security.voms.ACLEntry
All Implemented Interfaces:
Serializable

public class ACLEntry
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ACLEntry()
           
ACLEntry(String adminCA, String adminDN, boolean allow, String operationName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAdminCA()
          Gets the adminCA value for this ACLEntry.
 String getAdminDN()
          Gets the adminDN value for this ACLEntry.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getOperationName()
          Gets the operationName value for this ACLEntry.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isAllow()
          Gets the allow value for this ACLEntry.
 void setAdminCA(String adminCA)
          Sets the adminCA value for this ACLEntry.
 void setAdminDN(String adminDN)
          Sets the adminDN value for this ACLEntry.
 void setAllow(boolean allow)
          Sets the allow value for this ACLEntry.
 void setOperationName(String operationName)
          Sets the operationName value for this ACLEntry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLEntry

public ACLEntry()

ACLEntry

public ACLEntry(String adminCA,
                String adminDN,
                boolean allow,
                String operationName)
Method Detail

getAdminCA

public String getAdminCA()
Gets the adminCA value for this ACLEntry.

Returns:
adminCA

setAdminCA

public void setAdminCA(String adminCA)
Sets the adminCA value for this ACLEntry.

Parameters:
adminCA -

getAdminDN

public String getAdminDN()
Gets the adminDN value for this ACLEntry.

Returns:
adminDN

setAdminDN

public void setAdminDN(String adminDN)
Sets the adminDN value for this ACLEntry.

Parameters:
adminDN -

isAllow

public boolean isAllow()
Gets the allow value for this ACLEntry.

Returns:
allow

setAllow

public void setAllow(boolean allow)
Sets the allow value for this ACLEntry.

Parameters:
allow -

getOperationName

public String getOperationName()
Gets the operationName value for this ACLEntry.

Returns:
operationName

setOperationName

public void setOperationName(String operationName)
Sets the operationName value for this ACLEntry.

Parameters:
operationName -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2004-2009. All Rights Reserved.