Uses of Class
org.glite.security.voms.VOMSValidator

Packages that use VOMSValidator
org.glite.security The main Util-java information classes. 
org.glite.security.voms   
 

Uses of VOMSValidator in org.glite.security
 

Methods in org.glite.security that return VOMSValidator
 VOMSValidator SecurityContext.getVOMSValidator()
          Deprecated. This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.
 

Methods in org.glite.security with parameters of type VOMSValidator
 void SecurityContext.setVOMSValidator(VOMSValidator vomsValidator)
          Deprecated. This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.
 

Uses of VOMSValidator in org.glite.security.voms
 

Methods in org.glite.security.voms that return VOMSValidator
 VOMSValidator VOMSValidator.parse()
          Deprecated. use the parse(X509Certificate[]) instead
 VOMSValidator VOMSValidator.setClientChain(java.security.cert.X509Certificate[] validatedChain)
          Deprecated. Convenience method: enables you to reuse a VOMSValidator instance for another client chain, thus avoiding overhead in instantiating validators and trust stores and other potentially expensive operations.
 VOMSValidator VOMSValidator.validate()
          Deprecated. 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.