org.edg.security.voms.service
Class ACLEntry

java.lang.Object
  |
  +--org.edg.security.voms.service.ACLEntry

public class ACLEntry
extends java.lang.Object

Represents ACL entries within the VOMS database.

Version:
$Id: ACLEntry.java,v 1.10 2003/08/01 15:03:32 szamcsi Exp $
Author:
Akos Frohner

Constructor Summary
ACLEntry()
           
 
Method Summary
 java.lang.String getAdminCA()
           
 java.lang.String getAdminDN()
          Returns the principal of this ACL entry.
 java.lang.String getOperationName()
          Returns the operation field of this ACL entry.
 boolean isAllow()
          Returns the allow field of this ACL entry.
 void setAdminCA(java.lang.String ca)
           
 void setAdminDN(java.lang.String dn)
          Sets the principal of this ACL entry.
 void setAllow(boolean allow)
          Sets the allow field of this ACL entry.
 void setOperationName(java.lang.String operation)
          Sets the operation field of this ACL entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLEntry

public ACLEntry()
Method Detail

getAdminDN

public java.lang.String getAdminDN()
Returns the principal of this ACL entry.


getAdminCA

public java.lang.String getAdminCA()

setAdminDN

public void setAdminDN(java.lang.String dn)
Sets the principal of this ACL entry.


setAdminCA

public void setAdminCA(java.lang.String ca)

getOperationName

public java.lang.String getOperationName()
Returns the operation field of this ACL entry.


setOperationName

public void setOperationName(java.lang.String operation)
Sets the operation field of this ACL entry.


isAllow

public boolean isAllow()
Returns the allow field of this ACL entry.


setAllow

public void setAllow(boolean allow)
Sets the allow field of this ACL entry.