|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.ac.AttributeHolder
public class AttributeHolder
This calss represents an Attribute Holder object.
Constructor Summary | |
---|---|
AttributeHolder()
Empty constructor. |
|
AttributeHolder(org.bouncycastle.asn1.ASN1Sequence seq)
Creates an AttributeHolder object from a Sequence. |
Method Summary | |
---|---|
java.util.List |
getAttributes()
Gets a list of Generic Attributes. |
org.bouncycastle.asn1.DERObject |
getDERObject()
Makes a DERObject representation. |
java.lang.String |
getGrantor()
Gets the Grantor of these attributes. |
static AttributeHolder |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Static variant of the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeHolder()
public AttributeHolder(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- the Sequence
java.lang.IllegalArgumentException
- if there are parsing problems.Method Detail |
---|
public static AttributeHolder getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
AttributeHolder(ASN1Sequence seq)
public java.lang.String getGrantor()
public java.util.List getAttributes()
public org.bouncycastle.asn1.DERObject getDERObject()
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |