org.glite.voms.ac
Class AttributeHolder
java.lang.Object
org.glite.voms.ac.AttributeHolder
- DEREncodable
public class AttributeHolder
extends java.lang.Object
implements DEREncodable
This calss represents an Attribute Holder object.
List | getAttributes() -
Gets a list of Generic Attributes.
|
DERObject | getDERObject() - Makes a DERObject representation.
|
String | getGrantor() - Gets the Grantor of these attributes.
|
static AttributeHolder | getInstance(ASN1Sequence seq) - Static variant of the constructor.
|
AttributeHolder
public AttributeHolder()
Empty constructor.
AttributeHolder
public AttributeHolder(ASN1Sequence seq)
Creates an AttributeHolder object from a Sequence.
getAttributes
public List getAttributes()
Gets a list of Generic Attributes.
- the list or null if none was loaded.
getDERObject
public DERObject getDERObject()
Makes a DERObject representation.
getGrantor
public String getGrantor()
Gets the Grantor of these attributes.
getInstance
public static AttributeHolder getInstance(ASN1Sequence seq)
Static variant of the constructor.
AttributeHolder(ASN1Sequence seq)