Package org.opensaml.xmlsec.config
Class GlobalKeyAgreementProcessorRegistryInitializer
- java.lang.Object
-
- org.opensaml.xmlsec.config.GlobalKeyAgreementProcessorRegistryInitializer
-
- All Implemented Interfaces:
Initializer
public class GlobalKeyAgreementProcessorRegistryInitializer extends Object implements Initializer
OpenSAMLInitializerimplementation for key agreement processors.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description GlobalKeyAgreementProcessorRegistryInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Perform the initialization process encompassed by the implementation.
-
-
-
Method Detail
-
init
public void init() throws InitializationExceptionPerform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-
-