public final class KeyInfoCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion which specifies criteria based
on the contents of a KeyInfo element.| Modifier and Type | Field and Description |
|---|---|
private KeyInfo |
keyInfo
The KeyInfo which serves as the source for credential criteria.
|
| Constructor and Description |
|---|
KeyInfoCriterion(KeyInfo newKeyInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KeyInfo |
getKeyInfo()
Gets the KeyInfo which is the source of credential criteria.
|
int |
hashCode() |
void |
setKeyInfo(KeyInfo newKeyInfo)
Sets the KeyInfo which is the source of credential criteria.
|
String |
toString() |
private KeyInfo keyInfo
@Nullable public KeyInfo getKeyInfo()
public void setKeyInfo(@Nullable KeyInfo newKeyInfo)
newKeyInfo - the KeyInfo to use as credential criteriaCopyright © 1999–2014. All rights reserved.