EndpointType - the type of endpointpublic final class EndpointCriterion<EndpointType extends Endpoint> extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion representing a SAML metadata endpoint object.| Constructor and Description |
|---|
EndpointCriterion(EndpointType ep,
boolean trust)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EndpointType |
getEndpoint()
Get the endpoint.
|
int |
hashCode() |
boolean |
isTrusted()
Get the trust indicator for the endpoint.
|
String |
toString() |
public EndpointCriterion(@Nonnull EndpointType ep, boolean trust)
ep - the endpointtrust - if true, the endpoint should be implicitly trusted regardless of verification by other criteria@Nonnull public EndpointType getEndpoint()
public boolean isTrusted()
Copyright © 2021. All rights reserved.