Package org.opensaml.xmlsec.criterion
Class KeyInfoGenerationProfileCriterion
- java.lang.Object
-
- org.opensaml.xmlsec.criterion.KeyInfoGenerationProfileCriterion
-
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.resolver.Criterion
public final class KeyInfoGenerationProfileCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterionrepresenting an a KeyInfo generation "profile" name used when looking up aKeyInfoGeneratorManagerfrom aNamedKeyInfoGeneratorManager.
-
-
Constructor Summary
Constructors Constructor Description KeyInfoGenerationProfileCriterion(String profileName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Gets the KeyInfo generation "profile" name.inthashCode()StringtoString()
-
-
-
Field Detail
-
name
@Nonnull @NotEmpty private final String name
The KeyInfo generation "profile" name.
-
-
Constructor Detail
-
KeyInfoGenerationProfileCriterion
public KeyInfoGenerationProfileCriterion(@Nonnull @NotEmpty String profileName)Constructor.- Parameters:
profileName- the name, can not be null or empty
-
-
Method Detail
-
getName
@Nonnull @NotEmpty public String getName()
Gets the KeyInfo generation "profile" name.- Returns:
- the name, never null or empty
-
-