Package org.opensaml.security.criteria
Class KeyNameCriterion
- java.lang.Object
-
- org.opensaml.security.criteria.KeyNameCriterion
-
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.resolver.Criterion
public final class KeyNameCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
An implementation ofCriterionwhich specifies key name criteria.
-
-
Constructor Summary
Constructors Constructor Description KeyNameCriterion(String name)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKeyName()Get the key name criteria.inthashCode()voidsetKeyName(String name)Set the key name criteria.StringtoString()
-
-
-
Field Detail
-
keyName
private String keyName
Key name of resolved credentials.
-
-
Constructor Detail
-
KeyNameCriterion
public KeyNameCriterion(@Nonnull String name)Constructor.- Parameters:
name- key name
-
-