public final class KeyInfoCriterion
extends java.lang.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(java.lang.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.
|
java.lang.String |
toString() |
private KeyInfo keyInfo
public KeyInfoCriterion(@Nullable
KeyInfo newKeyInfo)
newKeyInfo - the KeyInfo credential criteria to use@Nullable public KeyInfo getKeyInfo()
public void setKeyInfo(@Nullable
KeyInfo newKeyInfo)
newKeyInfo - the KeyInfo to use as credential criteriapublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object