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>
public class SAML2Features extends io.vertigo.core.node.config.Features<SAML2Features>
Defines SAML module.- Author:
- skerdudou
-
-
Constructor Summary
Constructors Constructor Description SAML2Features()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildFeatures()SAML2FeatureswithCommonConfig(io.vertigo.core.param.Param... params)SAML2FeatureswithIpFileKey(io.vertigo.core.param.Param... params)SAML2FeatureswithIpKeystoreKey(io.vertigo.core.param.Param... params)SAML2FeatureswithIpMetadataFile(io.vertigo.core.param.Param... params)SAML2FeatureswithIpStringKey(io.vertigo.core.param.Param... params)SAML2FeatureswithKeyfiles(io.vertigo.core.param.Param... params)SAML2FeatureswithKeystore(io.vertigo.core.param.Param... params)SAML2FeatureswithStringKey(io.vertigo.core.param.Param... params)
-
-
-
Method Detail
-
withCommonConfig
public SAML2Features withCommonConfig(io.vertigo.core.param.Param... params)
-
withKeystore
public SAML2Features withKeystore(io.vertigo.core.param.Param... params)
-
withKeyfiles
public SAML2Features withKeyfiles(io.vertigo.core.param.Param... params)
-
withStringKey
public SAML2Features withStringKey(io.vertigo.core.param.Param... params)
-
withIpStringKey
public SAML2Features withIpStringKey(io.vertigo.core.param.Param... params)
-
withIpFileKey
public SAML2Features withIpFileKey(io.vertigo.core.param.Param... params)
-
withIpKeystoreKey
public SAML2Features withIpKeystoreKey(io.vertigo.core.param.Param... params)
-
withIpMetadataFile
public SAML2Features withIpMetadataFile(io.vertigo.core.param.Param... params)
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<SAML2Features>
-
-