Package com.helger.phase4.wss
Class WSSConfigManager
java.lang.Object
com.helger.scope.singleton.AbstractSingleton
com.helger.scope.singleton.AbstractGlobalSingleton
com.helger.phase4.wss.WSSConfigManager
- All Implemented Interfaces:
com.helger.scope.IScopeDestructionAware
public class WSSConfigManager
extends com.helger.scope.singleton.AbstractGlobalSingleton
A utility class to handle the life cycle of the
WSSConfig objects.- Since:
- 0.10.4
- Author:
- Philip Helger
-
Field Summary
Fields inherited from class com.helger.scope.singleton.AbstractSingleton
m_aRWLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.wss4j.dom.engine.WSSConfigorg.apache.wss4j.dom.engine.WSSConfigstatic WSSConfigManagerprotected voidonAfterInstantiation(com.helger.scope.IScope aScope) protected voidonBeforeDestroy(com.helger.scope.IScope aScopeToBeDestroyed) Methods inherited from class com.helger.scope.singleton.AbstractGlobalSingleton
getAllGlobalSingletons, getGlobalSingleton, getGlobalSingletonIfInstantiated, isGlobalSingletonInstantiatedMethods inherited from class com.helger.scope.singleton.AbstractSingleton
getAllSingletons, getSingleton, getSingletonIfInstantiated, getSingletonScopeKey, isDestroyed, isInDestruction, isInInstantiation, isInPreDestruction, isInstantiated, isSingletonInstantiated, isUsableObject, onBeforeScopeDestruction, onDestroy, onScopeDestruction, readAbstractSingletonFields, setDestroyed, setInDestruction, setInInstantiation, setInPreDestruction, setInstantiated, toString, writeAbstractSingletonFields
-
Constructor Details
-
WSSConfigManager
Deprecated.
-
-
Method Details
-
getInstance
-
onAfterInstantiation
- Overrides:
onAfterInstantiationin classcom.helger.scope.singleton.AbstractSingleton
-
onBeforeDestroy
- Overrides:
onBeforeDestroyin classcom.helger.scope.singleton.AbstractSingleton- Throws:
Exception
-
createStaticWSSConfig
@Nonnull @ReturnsMutableCopy public static org.apache.wss4j.dom.engine.WSSConfig createStaticWSSConfig() -
createWSSConfig
-