- AC_CERTS_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
-
- AC_FULL_ATTRIBUTES_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
-
- AC_TARGET_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
-
- ACCerts - Class in org.glite.voms.ac
-
This class represents the ACCerts extension which may be present in the AC.
- ACCerts() - Constructor for class org.glite.voms.ac.ACCerts
-
Creates an empty ACCerts object.
- ACCerts(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACCerts
-
Creates an ACCerts starting from a sequence.
- ACGenerator - Class in org.glite.voms.ac
-
AttributeCertificateInfo ::= SEQUENCE {
version AttCertVersion -- version is v2,
holder Holder,
issuer AttCertIssuer,
signature AlgorithmIdentifier,
serialNumber CertificateSerialNumber,
attrCertValidityPeriod AttCertValidityPeriod,
attributes SEQUENCE OF Attribute,
issuerUniqueID UniqueIdentifier OPTIONAL,
extensions Extensions OPTIONAL
}
AttCertVersion ::= INTEGER { v2(1) }
- ACGenerator() - Constructor for class org.glite.voms.ac.ACGenerator
-
- ACTarget - Class in org.glite.voms.ac
-
The intent of this class is to represent a single target.
- ACTarget() - Constructor for class org.glite.voms.ac.ACTarget
-
empty contructor
- ACTarget(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACTarget
-
Creates an ACTarget from a sequence
- ACTargets - Class in org.glite.voms.ac
-
The intent of this class is to represent the ACTargets extension which
may be present in the AC.
- ACTargets() - Constructor for class org.glite.voms.ac.ACTargets
-
Empty constructor.
- ACTargets(ASN1Sequence) - Constructor for class org.glite.voms.ac.ACTargets
-
Creates an ACTargets from a sequence.
- ACTrustStore - Interface in org.glite.voms.ac
-
Deprecated.
This does not expose the necessary information.
- ACValidator - Class in org.glite.voms.ac
-
Validator class capable of validating an Attribute Certificate
and verify its signature against a trust store of Attribute
Authority certificates.
- ACValidator(ACTrustStore) - Constructor for class org.glite.voms.ac.ACValidator
-
- ACValidator(VOMSTrustStore) - Constructor for class org.glite.voms.ac.ACValidator
-
- ACValidator(PKIVerifier) - Constructor for class org.glite.voms.ac.ACValidator
-
- add(VOMSServerInfo) - Method in class org.glite.voms.contact.VOMSServerMap
-
- add(List) - Method in class org.glite.voms.VOMSValidator.FQANTree
-
- add(FQAN) - Method in class org.glite.voms.VOMSValidator.FQANTree
-
- addAttribute(String, String, String) - Method in class org.glite.voms.ac.ACGenerator
-
- addAttributes(String, String, List) - Method in class org.glite.voms.ac.ACGenerator
-
- addCert(X509CertificateStructure) - Method in class org.glite.voms.ac.ACCerts
-
Manually adds a certificate to the list.
- addFQAN(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
-
Adds a FQAN to the list of requested FQANs.
- addInstance() - Method in class org.glite.voms.PKIStore
-
- addTarget(String) - Method in class org.glite.voms.ac.ACTargets
-
Manually add a target.
- AddTarget(ACTarget) - Method in class org.glite.voms.ac.ACTargets
-
Manually add a target.
- addTarget(String) - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- addVomsServer(VOMSServerInfo) - Method in class org.glite.voms.contact.VOMSProxyInit
-
- AttCertIssuer - Class in org.glite.voms.ac
-
Shadow implementation of AttributeCertificateInfo from
BouncyCastle
- AttCertIssuer(DEREncodable) - Constructor for class org.glite.voms.ac.AttCertIssuer
-
- AttCertIssuer(V2Form) - Constructor for class org.glite.voms.ac.AttCertIssuer
-
- AttCertIssuer(GeneralNames) - Constructor for class org.glite.voms.ac.AttCertIssuer
-
- AttributeCertificate - Class in org.glite.voms.ac
-
A shadow implementation of the non-working BouncyCastle implementation
of X.509 Attribute Certificates
- AttributeCertificate(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeCertificate
-
- AttributeCertificateInfo - Class in org.glite.voms.ac
-
Shadow implementation of AttributeCertificateInfo from
BouncyCastle
- AttributeCertificateInfo(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeCertificateInfo
-
- AttributeHolder - Class in org.glite.voms.ac
-
This calss represents an Attribute Holder object.
- AttributeHolder() - Constructor for class org.glite.voms.ac.AttributeHolder
-
Empty constructor.
- AttributeHolder(ASN1Sequence) - Constructor for class org.glite.voms.ac.AttributeHolder
-
Creates an AttributeHolder object from a Sequence.
- AUTHORITY_KEY_IDENTIFIER - Static variable in class org.glite.voms.PKIVerifier
-
- generalNameToGeneralNames(GeneralName) - Static method in class org.glite.voms.ac.Util
-
- generalNameToX500Name(GeneralName) - Static method in class org.glite.voms.ac.Util
-
- generalNameToX509Name(GeneralName) - Static method in class org.glite.voms.ac.Util
-
- generateACInfo() - Method in class org.glite.voms.ac.ACGenerator
-
- GenericAttribute - Class in org.glite.voms.ac
-
This class represents the single Generic Attribute.
- GenericAttribute() - Constructor for class org.glite.voms.ac.GenericAttribute
-
Empty contructor
- GenericAttribute(ASN1Sequence) - Constructor for class org.glite.voms.ac.GenericAttribute
-
Creates a GenericAttributes object from a sequence.
- get(String) - Method in class org.glite.voms.contact.VOMSServerMap
-
- getAACandidate(X500Principal) - Method in interface org.glite.voms.ac.ACTrustStore
-
Deprecated.
Returns an array of issuer candidates, by performing a name
comparison of the AC's issuer and the subject names of the
certificates in the trust store.
- getAACandidate(X500Principal, String) - Method in interface org.glite.voms.ac.VOMSTrustStore
-
Returns candidates to the role of signer of an AC with he given
issuer and of the give VO.
- getAACandidate(X500Principal) - Method in class org.glite.voms.BasicVOMSTrustStore
-
Deprecated.
- getAACandidate(X500Principal, String) - Method in class org.glite.voms.PKIStore
-
Gets an array of candidate issuer certificates for an AC with the
given issuer and belonging to the given VO.
- getAC() - Method in class org.glite.voms.contact.VOMSResponse
-
Extracts the AC from the VOMS response.
- getAC() - Method in class org.glite.voms.VOMSAttribute
-
Direct access to the Attribute Certificate is going to
be removed.
- getACAsString() - Method in class org.glite.voms.contact.VOMSResponse
-
Extracts the AC from the VOMS response.
- getAcceptedIssuers() - Method in class org.glite.voms.VOMSTrustManager
-
- getAccessIDCA() - Method in class org.glite.voms.SigningPolicy
-
Gets the AccessIDCA from the current record.
- getAcinfo() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getAKID(X509Certificate) - Static method in class org.glite.voms.PKIUtils
-
Gets the AuthorityKeyIdentifier extension form the passed certificate.
- getAlias() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getAllFullyQualifiedAttributes() - Method in class org.glite.voms.VOMSValidator
-
Returns a collection of all the FQANs in all the ACs found in the
credential, in order.
- getArguments(String[]) - Method in class org.glite.voms.contact.cli.VomsProxyInitClient
-
- getAttCertVersion() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getAttrCertValidityPeriod() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getAttributeHolders() - Method in class org.glite.voms.ac.FullAttributes
-
Returns a list of the AttributeHolders.
- getAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getAttributes(String) - Method in class org.glite.voms.ac.AttributeCertificate
-
Returns a list of the attributes matching the provided OID.
- getAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getAttributes() - Method in class org.glite.voms.ac.AttributeHolder
-
Gets a list of Generic Attributes.
- getBaseCertificateID() - Method in class org.glite.voms.ac.V2Form
-
- getBaseName(File) - Static method in class org.glite.voms.PKIUtils
-
Gets the basename of a file.
- getBasicConstraints(X509Certificate) - Static method in class org.glite.voms.PKIUtils
-
Gets the BasicConstraints extension form the passed certificate.
- getCapabilities(String) - Method in class org.glite.voms.VOMSValidator.FQANTree
-
- getCapabilities(String) - Method in class org.glite.voms.VOMSValidator
-
Deprecated.
Capabilities are deprecated.
- getCapability() - Method in class org.glite.voms.FQAN
-
- getCAs() - Method in class org.glite.voms.PKIStore
-
- getCertificateChain(String) - Method in class org.glite.voms.VOMSKeyManager
-
- getCertList() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getCertList() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getCertList() - Method in class org.glite.voms.VOMSAttribute
-
Gets the certificates that signed the AC, if the ACCerts extension
is present.
- getCerts() - Method in class org.glite.voms.ac.ACCerts
-
Gets the certificates.
- getClientAliases(String, Principal[]) - Method in class org.glite.voms.VOMSKeyManager
-
- getCode() - Method in class org.glite.voms.contact.VOMSMessage
-
- getCondSubjects() - Method in class org.glite.voms.SigningPolicy
-
Gets the CondSubjects from the current record.
- getContext() - Method in class org.glite.voms.contact.VOMSSocket
-
- getCRLs() - Method in class org.glite.voms.PKIStore
-
- getData() - Method in class org.glite.voms.contact.VOMSResponse
-
Extracts the textual data from the VOMS response.
- getDelegationType() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getDERObject() - Method in class org.glite.voms.ac.ACCerts
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.ACTarget
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.ACTargets
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.AttCertIssuer
-
Produce an object suitable for an ASN1OutputStream.
- getDERObject() - Method in class org.glite.voms.ac.AttributeCertificate
-
Produce an object suitable for an ASN1OutputStream.
- getDERObject() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
Produce an object suitable for an ASN1OutputStream.
- getDERObject() - Method in class org.glite.voms.ac.AttributeHolder
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.FullAttributes
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.GenericAttribute
-
Makes a DERObject representation.
- getDERObject() - Method in class org.glite.voms.ac.Holder
-
- getDERObject() - Method in class org.glite.voms.ac.IetfAttrSyntax
-
- getDERObject() - Method in class org.glite.voms.ac.ObjectDigestInfo
-
Produce an object suitable for an ASN1OutputStream.
- getDERObject() - Method in class org.glite.voms.ac.V2Form
-
Produce an object suitable for an ASN1OutputStream.
- getDERObject() - Method in class org.glite.voms.contact.MyProxyCertInfo
-
- getDERObject() - Method in class org.glite.voms.contact.ProxyPolicy
-
- getDigestAlgorithm() - Method in class org.glite.voms.ac.ObjectDigestInfo
-
- getDigestedObjectType() - Method in class org.glite.voms.ac.ObjectDigestInfo
-
- getDirList() - Method in class org.glite.voms.BasicVOMSTrustStore
-
Deprecated.
- getDNLists() - Method in class org.glite.voms.LSCFile
-
Returns the allowed subject/issuer DN sequences for this file.
- getExtensions() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getExtensions() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getFactory() - Method in class org.glite.voms.contact.VOMSSocket
-
- getFQAN() - Method in class org.glite.voms.FQAN
-
- getFullAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getFullAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getFullAttributes() - Method in class org.glite.voms.VOMSAttribute
-
Gets a copy of the Generic Attributes extension.
- getFullyQualifiedAttributes() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getFullyQualifiedAttributes() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getFullyQualifiedAttributes() - Method in class org.glite.voms.VOMSAttribute
-
- getGlobusVersion() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getGlobusVersionAsInt() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getGrantor() - Method in class org.glite.voms.ac.AttributeHolder
-
Gets the Grantor of these attributes.
- getGridProxy() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getGroup() - Method in class org.glite.voms.ac.ACTarget
-
Gets the group element
- getGroup() - Method in class org.glite.voms.FQAN
-
- getGroupName(String) - Static method in class org.glite.voms.contact.PathNamingScheme
-
This method extracts group name information from the FQAN passed as argument.
- getHash(X509Certificate) - Static method in class org.glite.voms.PKIUtils
-
Gets the MD5 hash value of the subject of the given certificate.
- getHash(X509CRL) - Static method in class org.glite.voms.PKIUtils
-
Gets the MD5 hash value of the issuer of the given CRL.
- getHash(X509Principal) - Static method in class org.glite.voms.PKIUtils
-
Gets the MD5 hash value of the given principal.
- getHash(X500Principal) - Static method in class org.glite.voms.PKIUtils
-
Gets the MD5 hash value of the given principal.
- getHash(byte[]) - Static method in class org.glite.voms.PKIUtils
-
Gets the MD5 hash value of the given byte array.
- getHolder() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getHolder() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getHolder() - Method in class org.glite.voms.VOMSAttribute
-
Returns an String representation of the AC holder.
- getHolderX509() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getHolderX509() - Method in class org.glite.voms.VOMSAttribute
-
Returns an OpenSSL-style representation of the AC holder.
- getHost() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getHost() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getHost() - Method in class org.glite.voms.VOMSAttribute
-
Returns the hostName of the issuing VOMS server.
- getHostDn() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getHostName() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getHostPort() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getHostPort() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getHostPort() - Method in class org.glite.voms.VOMSAttribute
-
Returns the address of the issuing VOMS server, on the form <host>:<port>
- getInputStream() - Method in class org.glite.voms.contact.VOMSSocket
-
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACCerts
-
static variant of the constructor.
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACTarget
-
Static variant of the constructor.
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.ACTargets
-
Static variant of the constructor.
- getInstance() - Static method in class org.glite.voms.ac.ACValidator
-
- getInstance(ACTrustStore) - Static method in class org.glite.voms.ac.ACValidator
-
- getInstance(VOMSTrustStore) - Static method in class org.glite.voms.ac.ACValidator
-
- getInstance(InputStream) - Static method in class org.glite.voms.ac.AttributeCertificate
-
Create an Attribute Certificate from a input stream containing
DER-encoded data
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.AttributeHolder
-
Static variant of the constructor.
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.FullAttributes
-
Static variant of the constructor.
- getInstance(ASN1Sequence) - Static method in class org.glite.voms.ac.GenericAttribute
-
Static variant of the constructor.
- getIssuer() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getIssuer() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getIssuer() - Method in class org.glite.voms.ac.Holder
-
- getIssuer() - Method in class org.glite.voms.Namespace
-
- getIssuer() - Method in class org.glite.voms.VOMSAttribute
-
Returns an OpenSSL-style representation of the AC issuer.
- getIssuerName() - Method in class org.glite.voms.ac.AttCertIssuer
-
- getIssuerName() - Method in class org.glite.voms.ac.V2Form
-
- getIssuerSerial() - Method in class org.glite.voms.ac.ACTarget
-
Gets the IssuerSerial
- getIssuerSerialString() - Method in class org.glite.voms.ac.ACTarget
-
Gets the IssuerSerial element
- getIssuerUniqueID() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getIssuerX509() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getIssuerX509() - Method in class org.glite.voms.VOMSAttribute
-
Returns an OpenSSL-style representation of the AC issuer.
- getLifetime() - Method in class org.glite.voms.contact.VOMSRequestFactory
-
- getLifetime() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getListOfFQAN() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getListOfFQAN() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getListOfFQAN() - Method in class org.glite.voms.VOMSAttribute
-
- getLSC(String, String) - Method in interface org.glite.voms.ac.VOMSTrustStore
-
Returns the LSCFile corresponding to the VO and Host specified.
- getLSC(String, String) - Method in class org.glite.voms.PKIStore
-
Gets the LSC file corresponding to the given VO, for the given
server.
- getMessage() - Method in class org.glite.voms.contact.VOMSMessage
-
- getName() - Method in class org.glite.voms.ac.ACTarget
-
Gets the name element.
- getName() - Method in class org.glite.voms.ac.GenericAttribute
-
Gets the name of the attribute
- getName() - Method in class org.glite.voms.LSCFile
-
Returns the basename of the file from which this was loaded.
- getName() - Method in class org.glite.voms.Namespace
-
- getName() - Method in class org.glite.voms.SigningPolicy
-
Gets the basename of the file from which this was loaded.
- getNamespaces() - Method in class org.glite.voms.PKIStore
-
- getNotAfter() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getNotAfter() - Method in class org.glite.voms.VOMSAttribute
-
Returns the end date of the AC validity.
- getNotBefore() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getNotBefore() - Method in class org.glite.voms.VOMSAttribute
-
Return the start date of the AC validity.
- getObjectDigest() - Method in class org.glite.voms.ac.ObjectDigestInfo
-
- getObjectDigestInfo() - Method in class org.glite.voms.ac.V2Form
-
- getOpenSSLFormatPrincipal(Principal) - Static method in class org.glite.voms.PKIUtils
-
- getOpenSSLFormatPrincipal(Principal, boolean) - Static method in class org.glite.voms.PKIUtils
-
Gets an OpenSSL-style representation of a principal.
- getOrdering() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getOrderString() - Method in class org.glite.voms.contact.VOMSRequestFactory
-
- getOtherObjectTypeID() - Method in class org.glite.voms.ac.ObjectDigestInfo
-
- getOutputStream() - Method in class org.glite.voms.contact.VOMSSocket
-
- getPathLenConstraint() - Method in class org.glite.voms.contact.MyProxyCertInfo
-
- getPermit() - Method in class org.glite.voms.Namespace
-
- getPolicyAuthority() - Method in class org.glite.voms.ac.IetfAttrSyntax
-
- getPolicyType() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getPort() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getPort() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getPort() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getPort() - Method in class org.glite.voms.VOMSAttribute
-
Returns the port on which the issuing VOMS server is listening
- getPosRights() - Method in class org.glite.voms.SigningPolicy
-
Gets the PosRights from the current record.
- getPrivateKey(String) - Method in class org.glite.voms.VOMSKeyManager
-
- getProxyKeySize() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getProxyLifetime() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getProxyOutputFile() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getProxyPolicy() - Method in class org.glite.voms.contact.MyProxyCertInfo
-
- getProxyType() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getQualifier() - Method in class org.glite.voms.ac.GenericAttribute
-
Gets the qualifier of the attribute
- getRequestedFQANs() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getResponse(InputStream) - Method in class org.glite.voms.contact.VOMSProtocol
-
This method is used to parse a VOMS response from an input stream.
- getRole() - Method in class org.glite.voms.FQAN
-
- getRoleName(String) - Static method in class org.glite.voms.contact.PathNamingScheme
-
This method extracts the role name information from the FQAN passed as argument.
- getRoles(String) - Method in class org.glite.voms.VOMSValidator.FQANTree
-
- getRoles(String) - Method in class org.glite.voms.VOMSValidator
-
Returns a list of all roles attributed to a (sub)group, by
combining all VOMS attributes in a hiearchial fashion.
- getSerial() - Method in class org.glite.voms.VOMSAttribute
-
Returns the serial number of the AC.
- getSerialNumber() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getSerialNumber() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getServerAliases(String, Principal[]) - Method in class org.glite.voms.VOMSKeyManager
-
- getSignature() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getSignature() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getSignature() - Method in class org.glite.voms.VOMSAttribute
-
Returns the signature of the AC.
- getSignatureAlgorithm() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getSignatureValue() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getSignings() - Method in class org.glite.voms.PKIStore
-
- getSKID(X509Certificate) - Static method in class org.glite.voms.PKIUtils
-
Gets the SubjectKeyIdentifier extension form the passed certificate.
- getStore(String, int, boolean, boolean) - Static method in class org.glite.voms.PKIStoreFactory
-
- getStore(String, int, boolean) - Static method in class org.glite.voms.PKIStoreFactory
-
- getStore(String, int) - Static method in class org.glite.voms.PKIStoreFactory
-
- getStore(int) - Static method in class org.glite.voms.PKIStoreFactory
-
- getStore() - Static method in class org.glite.voms.PKIStoreFactory
-
- getSubject() - Method in class org.glite.voms.Namespace
-
- getTargets() - Method in class org.glite.voms.ac.ACTargets
-
Gets the list of targets.
- getTargets() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getTargets() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getTargets() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getTargets() - Method in class org.glite.voms.VOMSAttribute
-
Gets the targets of this AC.
- getTargetsAsString() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getTargetString() - Method in class org.glite.voms.contact.VOMSRequestFactory
-
- getUserCertificate() - Method in class org.glite.voms.contact.UserCredentials
-
- getUserChain() - Method in class org.glite.voms.contact.UserCredentials
-
This method returs the user certificate chain loaded in this
UserCredentials
.
- getUserKey() - Method in class org.glite.voms.contact.UserCredentials
-
This method returs the user credential openssl private key.
- getValue() - Method in class org.glite.voms.ac.GenericAttribute
-
Gets the value of the attribute
- getValues() - Method in class org.glite.voms.ac.IetfAttrSyntax
-
- getValueType() - Method in class org.glite.voms.ac.IetfAttrSyntax
-
- getVerificationType() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getVersion() - Method in class org.glite.voms.contact.VOMSResponse
-
Extracts the version from the VOMS response.
- getVO() - Method in class org.glite.voms.ac.AttributeCertificate
-
- getVO() - Method in class org.glite.voms.ac.AttributeCertificateInfo
-
- getVO() - Method in class org.glite.voms.VOMSAttribute
-
Returns the VO name
- getVomsAC(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getVOMSAttributes() - Method in class org.glite.voms.VOMSValidator
-
Returns a list of VOMS attributes, parsed and possibly validated.
- getVomsData(VOMSRequestOptions) - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getVomsProxy() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getVomsProxy(Collection) - Method in class org.glite.voms.contact.VOMSProxyInit
-
- getVoName() - Method in class org.glite.voms.contact.VOMSRequestOptions
-
- getVoName() - Method in class org.glite.voms.contact.VOMSServerInfo
-
- getWarnings() - Method in class org.glite.voms.contact.VOMSProxyInit
-
- groupPattern - Static variable in class org.glite.voms.contact.PathNamingScheme
-
- groupSyntax - Static variable in class org.glite.voms.contact.PathNamingScheme
-
- GSI_2_LIMITED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GSI_2_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GSI_3_IMPERSONATION_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GSI_3_INDEPENDENT_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GSI_3_LIMITED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GSI_3_RESTRICTED_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyConstants
-
- GT2_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
-
- GT3_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
-
- GT4_PROXY - Static variable in class org.glite.voms.contact.VOMSProxyBuilder
-
- V2Form - Class in org.glite.voms.ac
-
- V2Form(GeneralNames) - Constructor for class org.glite.voms.ac.V2Form
-
- V2Form(ASN1Sequence) - Constructor for class org.glite.voms.ac.V2Form
-
- validAt(Date) - Method in class org.glite.voms.ac.AttributeCertificate
-
Checks if the AC was valid at the provided timestamp.
- validAt(Date) - Method in class org.glite.voms.VOMSAttribute
-
Checks if the AC was valid at the provided timestamp.
- validate(AttributeCertificate) - Method in class org.glite.voms.ac.ACValidator
-
- validate() - Method in class org.glite.voms.VOMSValidator
-
Parses the assumed-validated certificate chain (which may also
include proxy certs) for any occurances of VOMS extensions containing
attribute certificates issued to the end entity in the certificate
chain.
- validateACs(List) - Method in class org.glite.voms.contact.VOMSProxyInit
-
- VALUE_OCTETS - Static variable in class org.glite.voms.ac.IetfAttrSyntax
-
- VALUE_OID - Static variable in class org.glite.voms.ac.IetfAttrSyntax
-
- VALUE_UTF8 - Static variable in class org.glite.voms.ac.IetfAttrSyntax
-
- verify(PublicKey) - Method in class org.glite.voms.ac.AttributeCertificate
-
Verifies the signature of the AC using the provided signature key
- verify(AttributeCertificate) - Method in class org.glite.voms.PKIVerifier
-
Verifies an Attribute Certificate according to RFC 3281.
- verify(X509Certificate[]) - Method in class org.glite.voms.PKIVerifier
-
Verifies an certificate chain according to RFC 3280.
- verifyCert(X509Certificate) - Method in class org.glite.voms.ac.AttributeCertificate
-
- VOMS_ATTR_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
-
- VOMS_EXT_OID - Static variable in class org.glite.voms.ac.AttributeCertificateInfo
-
- VOMS_EXT_OID - Static variable in class org.glite.voms.VOMSValidator
-
- VOMSAttribute - Class in org.glite.voms
-
Representation of the authorization information (VO, server address
and list of Fully Qualified Attribute Names, or FQANs) contained in
a VOMS attribute certificate.
- VOMSAttribute(AttributeCertificate) - Constructor for class org.glite.voms.VOMSAttribute
-
Parses the contents of an attribute certificate.
NOTE: Cryptographic signatures, time stamps etc.
- VOMSDecoder - Class in org.glite.voms.contact
-
This class implements a decoder for the non-standard Base-64 algorithm used
by voms.
- VOMSDecoder() - Constructor for class org.glite.voms.contact.VOMSDecoder
-
- VOMSErrorMessage - Class in org.glite.voms.contact
-
This class is used to decode VOMS error messages contained in a VOMS
response.
- VOMSErrorMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSErrorMessage
-
- VOMSESFileParser - Class in org.glite.voms.contact
-
This class implements support for vomses configuration files and directories.
- VOMSException - Exception in org.glite.voms.contact
-
- VOMSException(String) - Constructor for exception org.glite.voms.contact.VOMSException
-
- VOMSException(String, Throwable) - Constructor for exception org.glite.voms.contact.VOMSException
-
- VOMSException(Throwable) - Constructor for exception org.glite.voms.contact.VOMSException
-
- VOMSKeyManager - Class in org.glite.voms
-
- VOMSKeyManager(String, String, String) - Constructor for class org.glite.voms.VOMSKeyManager
-
- VOMSKeyManager(UserCredentials) - Constructor for class org.glite.voms.VOMSKeyManager
-
- VOMSKeyManager(String, String, String, int) - Constructor for class org.glite.voms.VOMSKeyManager
-
- VOMSMessage - Class in org.glite.voms.contact
-
This class is used to decode VOMS error messages contained in a VOMS
response.
- VOMSMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSMessage
-
- VOMSParser - Class in org.glite.voms.contact
-
This class implements the XML parsing of responses produced by VOMS servers.
- VOMSProtocol - Class in org.glite.voms.contact
-
This class manages the client-side communication protocol with the VOMS server.
- VOMSProxyBuilder - Class in org.glite.voms.contact
-
This class implements VOMS X509 proxy certificates creation.
- VOMSProxyBuilder() - Constructor for class org.glite.voms.contact.VOMSProxyBuilder
-
- VOMSProxyConstants - Class in org.glite.voms.contact
-
- VOMSProxyConstants() - Constructor for class org.glite.voms.contact.VOMSProxyConstants
-
- VOMSProxyInit - Class in org.glite.voms.contact
-
This class implements the voms-proxy-init functionality.
- VOMSProxyInit(String) - Constructor for class org.glite.voms.contact.VOMSProxyInit
-
- VomsProxyInitClient - Class in org.glite.voms.contact.cli
-
This class implements a command-line voms-proxy-init client.
- VomsProxyInitClient(String[]) - Constructor for class org.glite.voms.contact.cli.VomsProxyInitClient
-
- VOMSRequestFactory - Class in org.glite.voms.contact
-
- VOMSRequestOptions - Class in org.glite.voms.contact
-
This class represents options that constitute VOMS requests.
- VOMSRequestOptions() - Constructor for class org.glite.voms.contact.VOMSRequestOptions
-
- VOMSResponse - Class in org.glite.voms.contact
-
This class is used to parse and represent VOMS server responses.
- VOMSResponse(Document) - Constructor for class org.glite.voms.contact.VOMSResponse
-
Builds a VOMSResponse starting from a DOM an XML document (see Document
).
- VOMSServerInfo - Class in org.glite.voms.contact
-
This class represents information about a remote voms server as found
in vomses configuration files.
- VOMSServerInfo() - Constructor for class org.glite.voms.contact.VOMSServerInfo
-
- VOMSServerMap - Class in org.glite.voms.contact
-
A
VOMSServerMap
organizes voms servers found in vomses configuration files
in map keyed by vo.
- VOMSServerMap() - Constructor for class org.glite.voms.contact.VOMSServerMap
-
- VOMSSocket - Class in org.glite.voms.contact
-
The
VOMSSocket
class is used to manage the creation of the gsi socket used for communication with
the VOMS server.
- vomsStore - Static variable in class org.glite.voms.VOMSValidator
-
- VOMSSyntaxException - Exception in org.glite.voms.contact
-
- VOMSSyntaxException(String) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
-
- VOMSSyntaxException(String, Throwable) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
-
- VOMSSyntaxException(Throwable) - Constructor for exception org.glite.voms.contact.VOMSSyntaxException
-
- VOMSTrustManager - Class in org.glite.voms
-
- VOMSTrustManager(String) - Constructor for class org.glite.voms.VOMSTrustManager
-
- VOMSTrustManager(PKIStore) - Constructor for class org.glite.voms.VOMSTrustManager
-
- VOMSTrustStore - Interface in org.glite.voms.ac
-
- VOMSValidator - Class in org.glite.voms
-
The main (top) class to use for extracting VOMS information from
a certificate and/or certificate chain.
- VOMSValidator(X509Certificate) - Constructor for class org.glite.voms.VOMSValidator
-
Convenience constructor in the case where you have a single
cert and not a chain.
- VOMSValidator(X509Certificate[]) - Constructor for class org.glite.voms.VOMSValidator
-
Convenience constructor
Same as VOMSValidator(validatedChain, null)
- VOMSValidator(X509Certificate[], ACValidator) - Constructor for class org.glite.voms.VOMSValidator
-
If validatedChain
is null
, a call to
setValidatedChain()
MUST be made before calling
parse()
or validate()
.
- VOMSValidator.FQANTree - Class in org.glite.voms
-
Class to sort out the hierarchial properties of FQANs.
- VOMSValidator.FQANTree() - Constructor for class org.glite.voms.VOMSValidator.FQANTree
-
- VOMSWarningMessage - Class in org.glite.voms.contact
-
This class is used to decode VOMS error messages contained in a VOMS
response.
- VOMSWarningMessage(int, String) - Constructor for class org.glite.voms.contact.VOMSWarningMessage
-