|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.VOMSAttribute
public class VOMSAttribute
Representation of the authorization information (VO, server address and list of Fully Qualified Attribute Names, or FQANs) contained in a VOMS attribute certificate.
Field Summary | |
---|---|
static java.lang.String |
VOMS_ATTR_OID
The ASN.1 object identifier for VOMS attributes |
Constructor Summary | |
---|---|
VOMSAttribute(AttributeCertificate ac)
Parses the contents of an attribute certificate. NOTE: Cryptographic signatures, time stamps etc. |
Method Summary | |
---|---|
AttributeCertificate |
getAC()
|
java.util.List |
getFullyQualifiedAttributes()
|
java.lang.String |
getHostPort()
Returns the address of the issuing VOMS server, on the form <host>:<port> |
java.util.List |
getListOfFQAN()
|
java.lang.String |
getVO()
Returns the VO name |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VOMS_ATTR_OID
Constructor Detail |
---|
public VOMSAttribute(AttributeCertificate ac)
ac
- the attribute certificate to parse for VOMS attributesMethod Detail |
---|
public AttributeCertificate getAC()
public java.util.List getFullyQualifiedAttributes()
vo[/group[/group2...]][/Role=[role]][/Capability=capability]
public java.util.List getListOfFQAN()
#FQAN
public java.lang.String getHostPort()
<host>:<port>
public java.lang.String getVO()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |