public final class KeyNameCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion
which specifies key name criteria.Modifier and Type | Field and Description |
---|---|
private String |
keyName
Key name of resolved credentials.
|
Constructor and Description |
---|
KeyNameCriterion(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKeyName()
Get the key name criteria.
|
int |
hashCode() |
void |
setKeyName(String name)
Set the key name criteria.
|
String |
toString() |
private String keyName
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.