public abstract class BaseTransformingDecoder extends AbstractIdentifiableInitializableComponent
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
private List<Pair<Pattern,String>> |
transforms
Match patterns and replacement strings to apply.
|
| Constructor and Description |
|---|
BaseTransformingDecoder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
decode(String id)
Apply configured transforms to input identifier.
|
void |
setTransforms(Collection<Pair<String,String>> newTransforms)
A collection of regular expression and replacement pairs.
|
setIddoInitialize, getIddestroy, doDestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId@Nonnull private final org.slf4j.Logger log
public void setTransforms(@Nonnull@NonnullElements Collection<Pair<String,String>> newTransforms)
newTransforms - collection of replacement transformsCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.