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.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() |
@Nullable public KeyInfo getKeyInfo()
public void setKeyInfo(@Nullable KeyInfo newKeyInfo)
newKeyInfo
- the KeyInfo to use as credential criteriaCopyright © 2017. All rights reserved.