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 classEuGridPmaNamespacesParserParses a single EUGridPMA namespaces file and returnsNamespacePolicyobject.classGlobusNamespacesParserParses a single .signing_policy file and returnsNamespacePolicyobject.Methods in eu.emi.security.authn.x509.helpers.ns that return NamespacesParser Modifier and Type Method Description protected NamespacesParserAbstractEuGridPmaNamespacesStore. getParser(java.lang.String path)protected NamespacesParserAbstractGlobusNamespacesStore. getParser(java.lang.String path)protected abstract NamespacesParserAbstractNamespacesStore. getParser(java.lang.String path)
-