public class NameIDCanonicalizationFlowDescriptor extends SubjectCanonicalizationFlowDescriptor
NameIDPrincipal and
NameIdentifierPrincipal. This adds the concept of formats to the base
class.| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
formats
Store Set of acceptable formats.
|
| Constructor and Description |
|---|
NameIDCanonicalizationFlowDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize() |
Collection<String> |
getFormats()
Return the set of acceptable formats.
|
void |
setFormats(Collection<String> theFormats)
Sets the acceptable formats.
|
apply, equals, hashCode, setActivationCondition, toStringsetIdgetIddestroy, doDestroy, initialize, isDestroyed, isInitializedpublic NameIDCanonicalizationFlowDescriptor()
@Nonnull public Collection<String> getFormats()
public void setFormats(@Nonnull Collection<String> theFormats)
theFormats - The formats to set.protected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponentnet.shibboleth.utilities.java.support.component.ComponentInitializationExceptionCopyright © 1999–2015. All rights reserved.