@ThreadSafe public class NamespaceStrippingStage extends AbstractNamespacesStrippingStage
| Modifier and Type | Field and Description |
|---|---|
private String |
namespace
XML namespace to remove.
|
| Constructor and Description |
|---|
NamespaceStrippingStage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDestroy() |
protected void |
doInitialize() |
String |
getNamespace()
Gets the namespace being checked for.
|
protected boolean |
removingNamespace(String ns)
Determine whether a particular namespace should be stripped.
|
void |
setNamespace(String ns)
Sets the namespace to check for.
|
doExecuteexecute, getCollectionPredicate, setCollectionPredicatesetIdgetIddestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedprivate String namespace
@Nullable public String getNamespace()
public void setNamespace(@Nonnull@NotEmpty String ns)
ns - namespace URI as a stringprotected boolean removingNamespace(String ns)
AbstractNamespacesStrippingStageremovingNamespace in class AbstractNamespacesStrippingStagens - potentially stripped namespacetrue if this namespace should be strippedprotected void doDestroy()
doDestroy in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponentprotected 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–2016. All rights reserved.