public final class KeyInfoGenerationProfileCriterion
extends java.lang.Object
implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion representing an a KeyInfo generation "profile" name used
when looking up a KeyInfoGeneratorManager from a
NamedKeyInfoGeneratorManager.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
The KeyInfo generation "profile" name.
|
| Constructor and Description |
|---|
KeyInfoGenerationProfileCriterion(java.lang.String profileName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Gets the KeyInfo generation "profile" name.
|
int |
hashCode() |
java.lang.String |
toString() |
@Nonnull @NotEmpty private final java.lang.String name
public KeyInfoGenerationProfileCriterion(@Nonnull @NotEmpty
java.lang.String profileName)
profileName - the name, can not be null or empty@Nonnull @NotEmpty public java.lang.String getName()
public 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