Uses of Interface
eu.emi.security.authn.x509.helpers.ns.NamespacePolicy

Packages that use NamespacePolicy
eu.emi.security.authn.x509.helpers.ns Contains implementation of local namespace policy rules for trusted certificate authorities (using Globus and EuGridPMA syntax), which are exclusively used by the OpensslCertChainValidator 
eu.emi.security.authn.x509.helpers.trust Contains implementations of trust stores, which provide access to trusted root certificates. 
 

Uses of NamespacePolicy in eu.emi.security.authn.x509.helpers.ns
 

Classes in eu.emi.security.authn.x509.helpers.ns that implement NamespacePolicy
 class OpensslNamespacePolicyImpl
          Represents a namespace policy, i.e.
 

Fields in eu.emi.security.authn.x509.helpers.ns with type parameters of type NamespacePolicy
protected  Map<String,List<NamespacePolicy>> GlobusNamespacesStore.policiesByName
           
 

Methods in eu.emi.security.authn.x509.helpers.ns that return types with arguments of type NamespacePolicy
 List<NamespacePolicy> NamespacesStore.getPolicies(X500Principal subject)
           
 List<NamespacePolicy> GlobusNamespacesStore.getPolicies(X500Principal subject)
           
 List<NamespacePolicy> EuGridPmaNamespacesStore.getPolicies(X500Principal subject)
           
 List<NamespacePolicy> NamespacesParser.parse()
           
 List<NamespacePolicy> GlobusNamespacesParser.parse()
           
 List<NamespacePolicy> EuGridPmaNamespacesParser.parse()
           
 

Methods in eu.emi.security.authn.x509.helpers.ns with parameters of type NamespacePolicy
protected  void GlobusNamespacesStore.addGlobusPolicy(NamespacePolicy policy)
           
 

Method parameters in eu.emi.security.authn.x509.helpers.ns with type arguments of type NamespacePolicy
 void NamespacesStore.setPolicies(List<NamespacePolicy> policies)
           
 void GlobusNamespacesStore.setPolicies(List<NamespacePolicy> policies)
           
 void EuGridPmaNamespacesStore.setPolicies(List<NamespacePolicy> policies)
           
 

Uses of NamespacePolicy in eu.emi.security.authn.x509.helpers.trust
 

Method parameters in eu.emi.security.authn.x509.helpers.trust with type arguments of type NamespacePolicy
protected  void OpensslTrustAnchorStore.tryLoadEuGridPmaNs(URL location, List<NamespacePolicy> list)
           
protected  void OpensslTrustAnchorStore.tryLoadGlobusNs(URL location, List<NamespacePolicy> globus)
           
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.