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, isInitializedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId@NonnullAfterInit @Unmodifiable private Set<String> formats
public NameIDCanonicalizationFlowDescriptor()
@Nonnull public Collection<String> getFormats()
public void setFormats(@Nonnull Collection<String> theFormats)
theFormats - The formats to set.protected void doInitialize()
throws ComponentInitializationException
doInitialize in class AbstractIdentifiedInitializableComponentComponentInitializationExceptionCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.