Alphabetical Index

A B C D E F G H I L M N O P Q R S T U V W X

A

AC_CERTS_OID - static field in class org.glite.voms.ac.AttributeCertificateInfo
AC_FULL_ATTRIBUTES_OID - static field in class org.glite.voms.ac.AttributeCertificateInfo
AC_TARGET_OID - static field in class org.glite.voms.ac.AttributeCertificateInfo
ACCerts - class org.glite.voms.ac.ACCerts
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 org.glite.voms.ac.ACGenerator
     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) }
 
ACTargets - class org.glite.voms.ac.ACTargets
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 org.glite.voms.ac.ACTrustStore
ACValidator - class org.glite.voms.ac.ACValidator
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(PKIVerifier) - constructor for class org.glite.voms.ac.ACValidator
ACValidator(VOMSTrustStore) - constructor for class org.glite.voms.ac.ACValidator
add(VOMSServerInfo) - method in class org.glite.voms.contact.VOMSServerMap
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(ACTarget) - method in class org.glite.voms.ac.ACTargets
Manually add a target.
addTarget(String) - method in class org.glite.voms.ac.ACTargets
Manually add a target.
addTarget(String) - method in class org.glite.voms.contact.VOMSRequestOptions
Adds a target to the list of targets for this VOMSRequestOptions object.
addVomsServer(VOMSServerInfo) - method in class org.glite.voms.contact.VOMSProxyInit
AttCertIssuer - class org.glite.voms.ac.AttCertIssuer
Shadow implementation of AttributeCertificateInfo from BouncyCastle
AttCertIssuer(DEREncodable) - constructor for class org.glite.voms.ac.AttCertIssuer
AttCertIssuer(GeneralNames) - constructor for class org.glite.voms.ac.AttCertIssuer
AttCertIssuer(V2Form) - constructor for class org.glite.voms.ac.AttCertIssuer
AttributeCertificate - class org.glite.voms.ac.AttributeCertificate
A shadow implementation of the non-working BouncyCastle implementation of X.509 Attribute Certificates
AttributeCertificate(ASN1Sequence) - constructor for class org.glite.voms.ac.AttributeCertificate
Shadow implementation of AttributeCertificateInfo from BouncyCastle
AttributeCertificateInfo(ASN1Sequence) - constructor for class org.glite.voms.ac.AttributeCertificateInfo
AttributeHolder - class org.glite.voms.ac.AttributeHolder
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.

B

BasicVOMSTrustStore() - constructor for class org.glite.voms.BasicVOMSTrustStore
Creates a default VOMS trust store.
BasicVOMSTrustStore(String,long) - constructor for class org.glite.voms.BasicVOMSTrustStore
Creates and manages an in-memory cache of VOMS issuers by periodically scanning a directory containing the trusted issuers.
buildRequest(VOMSRequestOptions) - method in class org.glite.voms.contact.VOMSRequestFactory
buildServerMap() - method in class org.glite.voms.contact.VOMSESFileParser
This method is used to build a VOMSServerMap object starting from vomses configuration files or directories.

C

capabilityPattern - static field in class org.glite.voms.contact.PathNamingScheme
capabilitySyntax - static field in class org.glite.voms.contact.PathNamingScheme
CertUtil - class org.glite.voms.CertUtil
Reads a DER-encode, Base64-encoded, or PEM-encoded certificate from disk without using broken IAIK implementations...
checkGroup(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the syntax used by voms to identify groups.
checkIssued(X509Certificate,X509Certificate) - static method in class org.glite.voms.PKIUtils
Checks if a certificate issued another certificate, according to RFC 3280.
checkRole(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the syntax used by voms to identify roles.
checkSyntax(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the string passed as argument complies with the voms FQAN syntax.
cleanup() - method in class org.glite.voms.ac.ACValidator
close() - method in class org.glite.voms.contact.VOMSSocket
compactString() - method in class org.glite.voms.contact.VOMSServerInfo
connect(String,int) - method in class org.glite.voms.contact.VOMSSocket
contactServer(VOMSServerInfo,VOMSRequestOptions) - method in class org.glite.voms.contact.VOMSProxyInit
containerPattern - static field in class org.glite.voms.contact.PathNamingScheme
containerSyntax - static field in class org.glite.voms.contact.PathNamingScheme
creator(String,boolean,DERObject) - static method in class org.glite.voms.contact.ExtensionData
creator(String,DERObject) - static method in class org.glite.voms.contact.ExtensionData

D

decode(String) - static method in class org.glite.voms.contact.VOMSDecoder
DEFAULT_CADIR - static field in class org.glite.voms.PKIStore
DEFAULT_LIFETIME - static field in class org.glite.voms.contact.VOMSRequestOptions
The default lifetime value for voms requests is 86400 seconds.
DEFAULT_TRUST_STORE_LISTING - static field in class org.glite.voms.BasicVOMSTrustStore
DEFAULT_VOMSDIR - static field in class org.glite.voms.PKIStore
DELEGATION_FULL - static field in class org.glite.voms.contact.VOMSProxyConstants
DELEGATION_LIMITED - static field in class org.glite.voms.contact.VOMSProxyConstants
DELEGATION_NONE - static field in class org.glite.voms.contact.VOMSProxyConstants
DirectoryList - class org.glite.voms.DirectoryList
This class lists all the files defined in the constructor.
DirectoryList(String) - constructor for class org.glite.voms.DirectoryList
Creates a new instance of DirectoryList
DNCompare(String,String) - static method in class org.glite.voms.PKIUtils
docBuilder - field in class org.glite.voms.contact.VOMSParser
docBuilder - field in class org.glite.voms.contact.VOMSRequestFactory
doRequestList() - method in class org.glite.voms.contact.VOMSRequestOptions

E

ending - field in class org.glite.voms.FileEndingIterator
The file ending.
equals(Object) - method in class org.glite.voms.FQAN
equals(Object) - method in class org.glite.voms.Parameters
equals(Object) - method in class org.glite.voms.contact.VOMSServerInfo
errorMessages() - method in class org.glite.voms.contact.VOMSResponse
Extracts the error messages from the VOMS response.
ExtensionData - class org.glite.voms.contact.ExtensionData
Authors: Vincenzo Ciaschini - vincenzo.ciaschini@cnaf.infn.it Andrea Ceccanti - andrea.ceccanti@cnaf.infn.it Uses some code originally developed by: Gidon Moont - g.moont@imperial.ac.uk Joni Hahkala - joni.hahkala@cern.ch Copyright (c) Members of the EGEE Collaboration.

F

FileCertReader - class org.glite.voms.FileCertReader
Reads all certificates from given files, accepts binary form of DER encoded certs and the Base64 form of the DER encoded certs (PEM).
FileCertReader() - constructor for class org.glite.voms.FileCertReader
Creates a new instance of CertReader.
FileCertReader(Provider) - constructor for class org.glite.voms.FileCertReader
Creates a new instance of CertReader with the specified provider.
FileCertReader(String) - constructor for class org.glite.voms.FileCertReader
Creates a new instance of CertReader with the specified provider
FileEndingIterator - class org.glite.voms.FileEndingIterator
Lists all the files in the given directory that end with a certain ending.
FileEndingIterator(String,String) - constructor for class org.glite.voms.FileEndingIterator
Creates new FileIterator and searches the first match.
fileList - field in class org.glite.voms.FileEndingIterator
The list of files in the directory.
findClientCert(X509Certificate[]) - static method in class org.glite.voms.CertUtil
Finds out the index of the client cert in a certificate chain.
findIssuer(String) - method in class org.glite.voms.SigningPolicy
Finds the record in the signing policy which deals with the specified issuer.
findIssuer(String,int) - method in class org.glite.voms.SigningPolicy
Finds the record in the signing policy which deals with the specified issuer, starting from a specified record.
findNext() - method in class org.glite.voms.FileEndingIterator
Finds the next matching file in the list of files.
FQAN - class org.glite.voms.FQAN
Parses and assembles Fully Qualified Attribute Names (FQANs) used by VOMS.
FQAN(String) - constructor for class org.glite.voms.FQAN
FQAN(String,String,String) - constructor for class org.glite.voms.FQAN
fromStringArray(String[]) - static method in class org.glite.voms.contact.VOMSServerInfo
FullAttributes - class org.glite.voms.ac.FullAttributes
This class represents the GenericAttributes extension which may be found in the AC.
FullAttributes() - constructor for class org.glite.voms.ac.FullAttributes
Empty contructor
FullAttributes(ASN1Sequence) - constructor for class org.glite.voms.ac.FullAttributes
Creates a FullAttributes object from a sequence.

G

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 org.glite.voms.ac.GenericAttribute
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 class org.glite.voms.ac.ACTrustStore
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) - method in class org.glite.voms.BasicVOMSTrustStore
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.
getAACandidate(X500Principal,String) - method in class org.glite.voms.ac.VOMSTrustStore
Returns candidates to the role of signer of an AC with he given issuer and of the give VO.
getAC() - method in class org.glite.voms.VOMSAttribute
Direct access to the Attribute Certificate is going to be removed.
getAC() - method in class org.glite.voms.contact.VOMSResponse
Extracts the AC from the VOMS response.
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
getAsString() - method in class org.glite.voms.ac.NameConverter
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() - method in class org.glite.voms.ac.AttributeCertificateInfo
getAttributes() - method in class org.glite.voms.ac.AttributeHolder
Gets a list of Generic Attributes.
getAttributes(String) - method in class org.glite.voms.ac.AttributeCertificate
Returns a list of the attributes matching the provided OID.
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.
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
getCritical() - method in class org.glite.voms.contact.ExtensionData
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.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.contact.MyProxyCertInfo
getDERObject() - method in class org.glite.voms.ac.ObjectDigestInfo
Produce an object suitable for an ASN1OutputStream.
getDERObject() - method in class org.glite.voms.contact.ProxyPolicy
getDERObject() - method in class org.glite.voms.ac.V2Form
Produce an object suitable for an ASN1OutputStream.
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
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
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.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(byte[]) - static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the given byte array.
getHash(X500Principal) - static method in class org.glite.voms.PKIUtils
Gets the MD5 hash value of the given principal.
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.
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() - static method in class org.glite.voms.ac.ACValidator
getInstance(ACTrustStore) - static method in class org.glite.voms.ac.ACValidator
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.ACTargets
Static variant of the constructor.
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.
getInstance(GeneralName) - static method in class org.glite.voms.ac.NameConverter
getInstance(InputStream) - static method in class org.glite.voms.ac.AttributeCertificate
Create an Attribute Certificate from a input stream containing DER-encoded data
getInstance(VOMSTrustStore) - static method in class org.glite.voms.ac.ACValidator
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.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
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
getListing() - method in class org.glite.voms.DirectoryList
Used to get the file listing, the list of files matching the definition in constructor.
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 class org.glite.voms.PKIStore
Gets the LSC file corresponding to the given VO, for the given server.
getLSC(String,String) - method in class org.glite.voms.ac.VOMSTrustStore
Returns the LSCFile corresponding to the VO and Host specified.
getMessage() - method in class org.glite.voms.contact.VOMSMessage
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.SigningPolicy
Gets the basename of the file from which this was loaded.
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.
getObj() - method in class org.glite.voms.contact.ExtensionData
getObjectDigest() - method in class org.glite.voms.ac.ObjectDigestInfo
getObjectDigestInfo() - method in class org.glite.voms.ac.V2Form
getOID() - method in class org.glite.voms.contact.ExtensionData
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
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.VOMSAttribute
Returns the port on which the issuing VOMS server is listening
getPort() - method in class org.glite.voms.contact.VOMSServerInfo
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.
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.
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.VOMSAttribute
Gets the targets of this AC.
getTargets() - method in class org.glite.voms.contact.VOMSRequestOptions
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
This method returs the user certificate loaded in this 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
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 field in class org.glite.voms.contact.PathNamingScheme
groupSyntax - static field in class org.glite.voms.contact.PathNamingScheme
GSI_2_LIMITED_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants
GSI_2_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants
GSI_3_IMPERSONATION_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants
GSI_3_INDEPENDENT_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants
GSI_3_LIMITED_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants
GSI_3_RESTRICTED_PROXY - static field in class org.glite.voms.contact.VOMSProxyConstants

H

hasErrors() - method in class org.glite.voms.contact.VOMSResponse
hashCode() - method in class org.glite.voms.FQAN
hashCode() - method in class org.glite.voms.Parameters
hashCode() - method in class org.glite.voms.contact.VOMSServerInfo
hasNext() - method in class org.glite.voms.FileEndingIterator
Used to check that there are more matching files to get using next().
hasWarnings() - method in class org.glite.voms.contact.VOMSProxyInit
hasWarnings() - method in class org.glite.voms.contact.VOMSResponse
Holder - class org.glite.voms.ac.Holder
The Holder object.
Holder(ASN1Sequence) - constructor for class org.glite.voms.ac.Holder
Holder(X500Principal,BigInteger) - constructor for class org.glite.voms.ac.Holder
Holder(X509Certificate) - constructor for class org.glite.voms.ac.Holder

I

IetfAttrSyntax - class org.glite.voms.ac.IetfAttrSyntax
Implementation of IetfAttrSyntax as specified by RFC3281.
IetfAttrSyntax(ASN1Sequence) - constructor for class org.glite.voms.ac.IetfAttrSyntax
IMPERSONATION - static field in class org.glite.voms.contact.ProxyPolicy
INDEPENDENT - static field in class org.glite.voms.contact.ProxyPolicy
index - field in class org.glite.voms.FileEndingIterator
The index of the next match in the fileList.
instance() - static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance() - static method in class org.glite.voms.contact.VOMSESFileParser
instance() - static method in class org.glite.voms.contact.VOMSParser
instance() - static method in class org.glite.voms.contact.VOMSProtocol
instance() - static method in class org.glite.voms.contact.VOMSProxyInit
instance() - static method in class org.glite.voms.contact.VOMSRequestFactory
instance(PrivateKey,X509Certificate[]) - static method in class org.glite.voms.contact.UserCredentials
instance(String) - static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(String) - static method in class org.glite.voms.contact.VOMSProxyInit
instance(String,String) - static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(String,String,String) - static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(UserCredentials) - static method in class org.glite.voms.contact.UserCredentials
Static instance constructor for a UserCredentials.
instance(UserCredentials) - static method in class org.glite.voms.contact.VOMSProxyInit
instance(UserCredentials,String) - static method in class org.glite.voms.contact.VOMSSocket
instance(UserCredentials,String,int) - static method in class org.glite.voms.contact.VOMSSocket
isCA(X509Certificate) - static method in class org.glite.voms.PKIUtils
Checks if the passed certificate is a CA certificate.
isClosed() - method in class org.glite.voms.contact.VOMSSocket
isConnected() - method in class org.glite.voms.contact.VOMSSocket
isGroup(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a voms group.
isHolder(X509Certificate) - method in class org.glite.voms.ac.Holder
isHolder(X509Certificate) - method in class org.glite.voms.VOMSAttribute
Checks the given X509 certificate to see if it is the holder of the AC.
isIssuer(X509Certificate) - method in class org.glite.voms.VOMSAttribute
Checks the given X509 certificate to see if it is the issuer of the AC.
isProxy(X509Certificate) - static method in class org.glite.voms.PKIUtils
Checks if the passed certificate is a proxy certificate.
isQualifiedRole(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a qualified voms role, i.e., a role defined in the context of a voms group.
isRequestList() - method in class org.glite.voms.contact.VOMSRequestOptions
isRole(String) - static method in class org.glite.voms.contact.PathNamingScheme
This methods checks that the FQAN passed as argument identifies a voms role.
isValid() - method in class org.glite.voms.ac.AttributeCertificate
Synonym for validAt(null)
isValid() - method in class org.glite.voms.VOMSAttribute
Checks if the Attribute is valid.

L

LIMITED - static field in class org.glite.voms.contact.ProxyPolicy
load() - method in class org.glite.voms.PKIStore
Loads the files from the directory specified in the constructors
loadCertificates(File) - static method in class org.glite.voms.PKIUtils
Loads a set of credentials from a file.
loadCertificates(String) - static method in class org.glite.voms.PKIUtils
Loads a set of credentials from a file.
loadCRL(File) - static method in class org.glite.voms.PKIUtils
Loads a CRL from a file.
loadCRL(String) - static method in class org.glite.voms.PKIUtils
Loads a CRL from a file.
loadPrivateKey(File,PasswordFinder) - static method in class org.glite.voms.PKIUtils
loadPrivateKey(String,PasswordFinder) - static method in class org.glite.voms.PKIUtils
log - static field in class org.glite.voms.ac.ACValidator
log - static field in class org.glite.voms.contact.PathNamingScheme
logger - static field in class org.glite.voms.ac.AttributeCertificate
LSCFile - class org.glite.voms.LSCFile
The job of this class is to represent a *.lsc file in the vomsdir directory.
LSCFile(File) - constructor for class org.glite.voms.LSCFile
Loads a *.lsc file from a File

M

main(String[]) - static method in class org.glite.voms.contact.Test
map - field in class org.glite.voms.contact.VOMSServerMap
matchesDN(X500Principal,GeneralNames) - static method in class org.glite.voms.ac.Holder
merge(VOMSServerMap) - method in class org.glite.voms.contact.VOMSServerMap
Merge this map with another VOMSServerMap object.
MyDERInputStream - class org.glite.voms.MyDERInputStream
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
MyDERInputStream(InputStream) - constructor for class org.glite.voms.MyDERInputStream
MyProxyCertInfo - class org.glite.voms.contact.MyProxyCertInfo
Authors: Vincenzo Ciaschini - vincenzo.ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
MyProxyCertInfo(ASN1Sequence) - constructor for class org.glite.voms.contact.MyProxyCertInfo
MyProxyCertInfo(byte[]) - constructor for class org.glite.voms.contact.MyProxyCertInfo
MyProxyCertInfo(int,ProxyPolicy,int) - constructor for class org.glite.voms.contact.MyProxyCertInfo
MyProxyCertInfo(ProxyPolicy,int) - constructor for class org.glite.voms.contact.MyProxyCertInfo
myTrustStore - field in class org.glite.voms.ac.ACValidator
myVOMSStore - field in class org.glite.voms.ac.ACValidator

N

NameConverter - class org.glite.voms.ac.NameConverter
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
NameConverter(GeneralName) - constructor for class org.glite.voms.ac.NameConverter
next() - method in class org.glite.voms.FileEndingIterator
Used to get the next matching file.
nextFound - field in class org.glite.voms.FileEndingIterator
A flag to show that there are more files that match.
Normalize(String) - static method in class org.glite.voms.PKIUtils
Compares two DNs for equality, taking into account different representations for the Email and UserID tags.

O

ObjectDigestInfo - class org.glite.voms.ac.ObjectDigestInfo
Copyright (c) Members of the EGEE Collaboration.
ObjectDigestInfo(ASN1Sequence) - constructor for class org.glite.voms.ac.ObjectDigestInfo
objectReader(BufferedInputStream,int) - method in class org.glite.voms.FileCertReader
Reads a certificate or a CRL from the stream, doing some error correction.

P

Parameters - class org.glite.voms.Parameters
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
parseResponse(InputStream) - method in class org.glite.voms.contact.VOMSParser
Parses a voms response reading from a given input stream.
PathNamingScheme - class org.glite.voms.contact.PathNamingScheme
This class provides utility methods that are used for parsing, matching voms FQANs (Fully Qualified Attribute Names).
PKIStore - class org.glite.voms.PKIStore
PKIStore is the class serving to store all the components of a common PKI installation, i.e.: CA certificates, CRLs, Signing policy files...
PKIStore() - constructor for class org.glite.voms.PKIStore
PKIStore(int) - constructor for class org.glite.voms.PKIStore
PKIStore(String,int) - constructor for class org.glite.voms.PKIStore
This is equivalent to PKIStore(dir, type, true)
PKIStore(String,int,boolean) - constructor for class org.glite.voms.PKIStore
PKIUtils - class org.glite.voms.PKIUtils
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
ProxyPolicy - class org.glite.voms.contact.ProxyPolicy
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
ProxyPolicy(ASN1Sequence) - constructor for class org.glite.voms.contact.ProxyPolicy
ProxyPolicy(DERObjectIdentifier) - constructor for class org.glite.voms.contact.ProxyPolicy
ProxyPolicy(DERObjectIdentifier,String) - constructor for class org.glite.voms.contact.ProxyPolicy
ProxyPolicy(String) - constructor for class org.glite.voms.contact.ProxyPolicy
ProxyPolicy(String,String) - constructor for class org.glite.voms.contact.ProxyPolicy

Q

qualifiedRolePattern - static field in class org.glite.voms.contact.PathNamingScheme
qualifiedRoleSyntax - static field in class org.glite.voms.contact.PathNamingScheme

R

readAnchors(String) - method in class org.glite.voms.FileCertReader
Reads the certificates from the files defined in the argument and makes TrustAnchors from them.
readCerts(String) - method in class org.glite.voms.FileCertReader
Reads the certificates from the files defined in the argument.
readCRLs(String) - method in class org.glite.voms.FileCertReader
Reads the certificate revocation lists (CRLs) from the files defined in the argument.
readFile(File,int) - method in class org.glite.voms.FileCertReader
Reads the objects of given type from the File.
readLength() - method in class org.glite.voms.MyDERInputStream
readObject(BufferedInputStream,int) - method in class org.glite.voms.FileCertReader
Does the actual reading of the object.
readObject(File) - static method in class org.glite.voms.PKIUtils
Reads either a certificate or a CRL from a file.
readPrivateKey(String) - method in class org.glite.voms.FileCertReader
refresh() - method in class org.glite.voms.BasicVOMSTrustStore
Refreshes the in-memory cache of trusted signer certificates.
refresh() - method in class org.glite.voms.PKIStore
Refreshes the content of the PKIStore object.
rescheduleRefresh(int) - method in class org.glite.voms.PKIStore
Changes the interval between refreshes of the store.
rolePattern - static field in class org.glite.voms.contact.PathNamingScheme
roleSyntax - static field in class org.glite.voms.contact.PathNamingScheme

S

save(OutputStream) - method in class org.glite.voms.contact.UserCredentials
selfIssued(X509Certificate) - static method in class org.glite.voms.PKIUtils
Checks if the give certificate is self-issued.
sendRequest(VOMSRequestOptions,OutputStream) - method in class org.glite.voms.contact.VOMSProtocol
This method is used to send a request to a VOMS server.
serverCount(String) - method in class org.glite.voms.contact.VOMSServerMap
setAggressive(boolean) - method in class org.glite.voms.PKIStore
Changes the aggressive mode of the store.
setAlias(String) - method in class org.glite.voms.contact.VOMSServerInfo
setCode(int) - method in class org.glite.voms.contact.VOMSMessage
setCurrent(int) - method in class org.glite.voms.SigningPolicy
Sets the indicate record as the current record.
setDelegationType(int) - method in class org.glite.voms.contact.VOMSProxyInit
setExtensions(Vector) - method in class org.glite.voms.ac.ACGenerator
setGlobusVersion(String) - method in class org.glite.voms.contact.VOMSServerInfo
setHolderIssuer(X500Principal) - method in class org.glite.voms.ac.ACGenerator
setHolderSerial(BigInteger) - method in class org.glite.voms.ac.ACGenerator
setHostDn(String) - method in class org.glite.voms.contact.VOMSServerInfo
setHostName(String) - method in class org.glite.voms.contact.VOMSServerInfo
setIssuer(X500Principal) - method in class org.glite.voms.ac.ACGenerator
setLifetime(int) - method in class org.glite.voms.contact.VOMSRequestOptions
Sets the lifetime for this VOMSRequestOptions object.
setLifetime(long) - method in class org.glite.voms.contact.VOMSRequestFactory
setMessage(String) - method in class org.glite.voms.contact.VOMSMessage
setNotAfter(Date) - method in class org.glite.voms.ac.ACGenerator
setNotBefore(Date) - method in class org.glite.voms.ac.ACGenerator
setOrdering(String) - method in class org.glite.voms.contact.VOMSRequestOptions
Sets the ordering string of this VOMSRequestOptions object.
setOrderString(String) - method in class org.glite.voms.contact.VOMSRequestFactory
setPolicyType(String) - method in class org.glite.voms.contact.VOMSProxyInit
setPort(int) - method in class org.glite.voms.contact.VOMSServerInfo
setProxyKeySize(int) - method in class org.glite.voms.contact.VOMSProxyInit
setProxyLifetime(int) - method in class org.glite.voms.contact.VOMSProxyInit
setProxyOutputFile(String) - method in class org.glite.voms.contact.VOMSProxyInit
setProxyType(int) - method in class org.glite.voms.contact.VOMSProxyInit
setRequestedFQANs(List) - method in class org.glite.voms.contact.VOMSRequestOptions
Sets the list of requested FQANs for this VOMSRequestOptions object.
setTargets(List) - method in class org.glite.voms.contact.VOMSRequestOptions
Sets the list of targets (i.e., host where the requested ACs will be valid) for this VOMSRequestOptions object.
setTargetString(String) - method in class org.glite.voms.contact.VOMSRequestFactory
setVerificationType(int) - method in class org.glite.voms.contact.VOMSRequestOptions
setVoName(String) - method in class org.glite.voms.contact.VOMSRequestOptions
setVoName(String) - method in class org.glite.voms.contact.VOMSServerInfo
shutdownInput() - method in class org.glite.voms.contact.VOMSSocket
shutdownOutput() - method in class org.glite.voms.contact.VOMSSocket
sign(PrivateKey) - method in class org.glite.voms.ac.ACGenerator
SigningPolicy - class org.glite.voms.SigningPolicy
The purpose of this class is to represent a *.signing_policy file.
SigningPolicy(File) - constructor for class org.glite.voms.SigningPolicy
Loads a *.signing_policy file.
skipEmptyLines(BufferedInputStream) - static method in class org.glite.voms.FileCertReader
Skips empty lines in the stream.
skipToCertBeginning(BufferedInputStream) - static method in class org.glite.voms.FileCertReader
Skips everything in front of "-----BEGIN" in the stream.
skipToCertBeginning(BufferedInputStream) - static method in class org.glite.voms.PKIUtils
Prepares a BufferedInputStream to read either a certificate or a CRL from it.
skipToKeyBeginning(BufferedInputStream) - static method in class org.glite.voms.FileCertReader
split() - method in class org.glite.voms.FQAN
stop() - method in class org.glite.voms.VOMSTrustManager
stopRefresh() - method in class org.glite.voms.BasicVOMSTrustStore
stopRefresh() - method in class org.glite.voms.PKIStore
Stop all refreshes.
stopRefresh() - method in class org.glite.voms.ac.VOMSTrustStore
Stops refreshing the store.

T

Test - class org.glite.voms.contact.Test
theVerifier - field in class org.glite.voms.ac.ACValidator
toOldQualifiedRoleSyntax(String) - static method in class org.glite.voms.contact.PathNamingScheme
toString() - method in class org.glite.voms.FQAN
toString() - method in class org.glite.voms.Parameters
toString() - method in class org.glite.voms.VOMSAttribute
Gets a (brief) string representation of this attribute.
toString() - method in class org.glite.voms.contact.VOMSErrorMessage
toString() - method in class org.glite.voms.contact.VOMSMessage
toString() - method in class org.glite.voms.contact.VOMSServerInfo
toString() - method in class org.glite.voms.contact.VOMSServerMap
toString() - method in class org.glite.voms.contact.VOMSWarningMessage
TYPE_CADIR - static field in class org.glite.voms.PKIStore
This PKIStore object will contain data from a CA directory.
TYPE_PEM - static field in class org.glite.voms.VOMSKeyManager
TYPE_PKCS12 - static field in class org.glite.voms.VOMSKeyManager
TYPE_VOMSDIR - static field in class org.glite.voms.PKIStore
This PKIStore object will contain data from a vomsdir directory.

U

UserCredentials - class org.glite.voms.contact.UserCredentials
This class implements parsing and handling of X509 user credentials in PEM or PKCS12 format.
Util - class org.glite.voms.ac.Util

V

V2Form - class org.glite.voms.ac.V2Form
V2Form(ASN1Sequence) - constructor for class org.glite.voms.ac.V2Form
V2Form(GeneralNames) - 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
validateACs(List) - method in class org.glite.voms.contact.VOMSProxyInit
VALUE_OCTETS - static field in class org.glite.voms.ac.IetfAttrSyntax
VALUE_OID - static field in class org.glite.voms.ac.IetfAttrSyntax
VALUE_UTF8 - static field 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
verifyCert(X509Certificate) - method in class org.glite.voms.ac.AttributeCertificate
VOMS_ATTR_OID - static field in class org.glite.voms.ac.AttributeCertificateInfo
VOMS_EXT_OID - static field in class org.glite.voms.ac.AttributeCertificateInfo
VOMSAttribute - class org.glite.voms.VOMSAttribute
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 org.glite.voms.contact.VOMSDecoder
This class implements a decoder for the non-standard Base-64 algorithm used by voms.
VOMSErrorMessage - class org.glite.voms.contact.VOMSErrorMessage
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 org.glite.voms.contact.VOMSESFileParser
This class implements support for vomses configuration files and directories.
VOMSException - class org.glite.voms.contact.VOMSException
VOMSException(String) - constructor for class org.glite.voms.contact.VOMSException
VOMSException(String,Throwable) - constructor for class org.glite.voms.contact.VOMSException
VOMSException(Throwable) - constructor for class org.glite.voms.contact.VOMSException
VOMSKeyManager - class org.glite.voms.VOMSKeyManager
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
VOMSKeyManager(String,String,String) - constructor for class org.glite.voms.VOMSKeyManager
VOMSKeyManager(String,String,String,int) - constructor for class org.glite.voms.VOMSKeyManager
VOMSKeyManager(UserCredentials) - constructor for class org.glite.voms.VOMSKeyManager
VOMSMessage - class org.glite.voms.contact.VOMSMessage
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 org.glite.voms.contact.VOMSParser
This class implements the XML parsing of responses produced by VOMS servers.
VOMSProtocol - class org.glite.voms.contact.VOMSProtocol
This class manages the client-side communication protocol with the VOMS server.
VOMSProxyConstants - class org.glite.voms.contact.VOMSProxyConstants
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
VOMSProxyInit - class org.glite.voms.contact.VOMSProxyInit
This class implements the voms-proxy-init functionality.
VOMSProxyInit(String) - constructor for class org.glite.voms.contact.VOMSProxyInit
VOMSRequestFactory - class org.glite.voms.contact.VOMSRequestFactory
This class builds VOMS XML requests starting from VOMSRequestOptions objects.
VOMSRequestOptions - class org.glite.voms.contact.VOMSRequestOptions
This class represents options that constitute VOMS requests.
VOMSResponse - class org.glite.voms.contact.VOMSResponse
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 org.glite.voms.contact.VOMSServerInfo
This class represents information about a remote voms server as found in vomses configuration files.
VOMSServerMap - class org.glite.voms.contact.VOMSServerMap
A VOMSServerMap organizes voms servers found in vomses configuration files in map keyed by vo.
VOMSSocket - class org.glite.voms.contact.VOMSSocket
The VOMSSocket class is used to manage the creation of the gsi socket used for communication with the VOMS server.
VOMSSyntaxException - class org.glite.voms.contact.VOMSSyntaxException
VOMSSyntaxException(String) - constructor for class org.glite.voms.contact.VOMSSyntaxException
VOMSSyntaxException(String,Throwable) - constructor for class org.glite.voms.contact.VOMSSyntaxException
VOMSSyntaxException(Throwable) - constructor for class org.glite.voms.contact.VOMSSyntaxException
VOMSTrustManager - class org.glite.voms.VOMSTrustManager
Authors: Vincenzo Ciaschini - Vincenzo.Ciaschini@cnaf.infn.it Copyright (c) Members of the EGEE Collaboration.
VOMSTrustManager(PKIStore) - constructor for class org.glite.voms.VOMSTrustManager
VOMSTrustManager(String) - constructor for class org.glite.voms.VOMSTrustManager
VOMSTrustStore - interface org.glite.voms.ac.VOMSTrustStore
VOMSWarningMessage - class org.glite.voms.contact.VOMSWarningMessage
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

W

warningMessages() - method in class org.glite.voms.contact.VOMSResponse

X

x500nameToGeneralName(byte[]) - static method in class org.glite.voms.ac.Util
x500nameToGeneralNames(X500Principal) - static method in class org.glite.voms.ac.Util
xmlDocAsString(Document) - method in class org.glite.voms.contact.VOMSProtocol
xmlResponse - field in class org.glite.voms.contact.VOMSResponse