Uses of Interface
eu.emi.security.authn.x509.helpers.ns.NamespacesParser
-
Packages that use NamespacesParser Package Description 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 theOpensslCertChainValidator
-
-
Uses of NamespacesParser in eu.emi.security.authn.x509.helpers.ns
Classes in eu.emi.security.authn.x509.helpers.ns that implement NamespacesParser Modifier and Type Class Description class
EuGridPmaNamespacesParser
Parses a single EUGridPMA namespaces file and returnsNamespacePolicy
object.class
GlobusNamespacesParser
Parses a single .signing_policy file and returnsNamespacePolicy
object.Methods in eu.emi.security.authn.x509.helpers.ns that return NamespacesParser Modifier and Type Method Description protected NamespacesParser
AbstractEuGridPmaNamespacesStore. getParser(java.lang.String path)
protected NamespacesParser
AbstractGlobusNamespacesStore. getParser(java.lang.String path)
protected abstract NamespacesParser
AbstractNamespacesStore. getParser(java.lang.String path)
-