| java.lang.Object org.bouncycastle.voms.VOMSAttribute
VOMSAttribute | public class VOMSAttribute (Code) | | Representation of the authorization information (VO, server address
and list of Fully Qualified Attribute Names, or FQANs) contained in
a VOMS attribute certificate.
|
Inner Class :public class FQAN | |
VOMS_ATTR_OID | final public static String VOMS_ATTR_OID(Code) | | The ASN.1 object identifier for VOMS attributes
|
VOMSAttribute | public VOMSAttribute(X509AttributeCertificate ac)(Code) | | Parses the contents of an attribute certificate.
NOTE: Cryptographic signatures, time stamps etc. will not be checked.
Parameters: ac - the attribute certificate to parse for VOMS attributes |
getFullyQualifiedAttributes | public List getFullyQualifiedAttributes()(Code) | | List of String of the VOMS fully qualifiedattributes names (FQANs):
/vo[/group[/group2...]][/Role=[role]][/Capability=capability] |
getHostPort | public String getHostPort()(Code) | | Returns the address of the issuing VOMS server, on the form <host>:<port>
String |
|
|