public class TrustedNamesCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
PKIXValidationInformationResolver that supports trusted name resolution.| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
trustedNames
The set of trusted names.
|
| Constructor and Description |
|---|
TrustedNamesCriterion(Set<String> names)
Constructor.
|
@Nonnull @NonnullElements @NotLive @Unmodifiable public Set<String> getTrustedNames()
public void setTrustedNames(@Nullable Set<String> names)
names - the new trusted namesCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.