| 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 © 2016 JBoss by Red Hat. All rights reserved.