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 the
OpensslCertChainValidator |
eu.emi.security.authn.x509.helpers.trust |
Contains implementations of trust stores, which provide access to trusted root
certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
OpensslNamespacePolicyImpl
Represents a namespace policy, i.e.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<NamespacePolicy>> |
GlobusNamespacesStore.policiesByName |
Modifier and Type | Method and Description |
---|---|
List<NamespacePolicy> |
NamespacesStore.getPolicies(X500Principal subject) |
List<NamespacePolicy> |
EuGridPmaNamespacesStore.getPolicies(X500Principal subject) |
List<NamespacePolicy> |
GlobusNamespacesStore.getPolicies(X500Principal subject) |
List<NamespacePolicy> |
EuGridPmaNamespacesParser.parse() |
List<NamespacePolicy> |
GlobusNamespacesParser.parse() |
List<NamespacePolicy> |
NamespacesParser.parse() |
Modifier and Type | Method and Description |
---|---|
protected void |
GlobusNamespacesStore.addGlobusPolicy(NamespacePolicy policy) |
Modifier and Type | Method and Description |
---|---|
void |
NamespacesStore.setPolicies(List<NamespacePolicy> policies) |
void |
EuGridPmaNamespacesStore.setPolicies(List<NamespacePolicy> policies) |
void |
GlobusNamespacesStore.setPolicies(List<NamespacePolicy> policies) |
Modifier and Type | Method and Description |
---|---|
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.