sdsi
Class Acl.AclEntry

java.lang.Object
  |
  +--sdsi.SDSIObject
        |
        +--sdsi.Acl.AclEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Acl

public class Acl.AclEntry
extends SDSIObject

See Also:
Serialized Form

Field Summary
(package private)  boolean delegate
           
(package private)  Subject s
           
(package private)  Tag t
           
(package private)  Validity v
           
 
Fields inherited from class sdsi.SDSIObject
_hash, _modified, srep
 
Constructor Summary
Acl.AclEntry(SexpList l)
           
 
Method Summary
 boolean allows(SDSIPublicKey applicant, Name applicantName, Tag request)
           
 java.lang.String getAbbreviation()
          Returns a single or double letter abbreviation this SDSIObject.
 java.lang.String getType()
          Returns a short string that represents the type of this SDSIObject.
 java.lang.String toShortString()
          Returns a short descriptive string representing this SDSIObject.
 
Methods inherited from class sdsi.SDSIObject
equals, getHash, getHash, getSrep, hashCode, principalParse, readFrom, readFrom, sameAs, sign, toReadableString, toString, writeCanonical, writeReadable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

s

Subject s

v

Validity v

t

Tag t

delegate

boolean delegate
Constructor Detail

Acl.AclEntry

public Acl.AclEntry(SexpList l)
             throws SexpParseException
Method Detail

getType

public java.lang.String getType()
Description copied from class: SDSIObject
Returns a short string that represents the type of this SDSIObject.

Overrides:
getType in class SDSIObject
Returns:
a string represent the type of SDSIObject we're dealing with.

toShortString

public java.lang.String toShortString()
Description copied from class: SDSIObject
Returns a short descriptive string representing this SDSIObject.

Specified by:
toShortString in class SDSIObject
Returns:
a short string description of this SDSIObject.

getAbbreviation

public java.lang.String getAbbreviation()
Description copied from class: SDSIObject
Returns a single or double letter abbreviation this SDSIObject.

Specified by:
getAbbreviation in class SDSIObject
Returns:
an abbreviated description of this SDSIObject.

allows

public boolean allows(SDSIPublicKey applicant,
                      Name applicantName,
                      Tag request)