Package io.vertigo.connectors.saml2
Class SAML2Features
java.lang.Object
io.vertigo.core.node.config.Features<SAML2Features>
io.vertigo.connectors.saml2.SAML2Features
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
Defines SAML module.
- Author:
- skerdudou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwithCommonConfig(io.vertigo.core.param.Param... params) withIpFileKey(io.vertigo.core.param.Param... params) withIpKeystoreKey(io.vertigo.core.param.Param... params) withIpMetadataFile(io.vertigo.core.param.Param... params) withIpStringKey(io.vertigo.core.param.Param... params) withKeyfiles(io.vertigo.core.param.Param... params) withKeystore(io.vertigo.core.param.Param... params) withStringKey(io.vertigo.core.param.Param... params) Methods inherited from class io.vertigo.core.node.config.Features
addPlugin, build, getModuleConfigBuilder
-
Constructor Details
-
SAML2Features
public SAML2Features()Constructor.
-
-
Method Details
-
withCommonConfig
-
withKeystore
-
withKeyfiles
-
withStringKey
-
withIpStringKey
-
withIpFileKey
-
withIpKeystoreKey
-
withIpMetadataFile
-
buildFeatures
protected void buildFeatures()- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<SAML2Features>
-