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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getTrustedNames()
Get the set of trusted names.
|
int |
hashCode() |
void |
setTrustedNames(Set<String> names)
Set the set of trusted names.
|
String |
toString() |
@Nonnull @NonnullElements @NotLive @Unmodifiable public Set<String> getTrustedNames()
public void setTrustedNames(@Nullable Set<String> names)
names
- the new trusted namesCopyright © 1999–2020 Shibboleth Consortium. All rights reserved.