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 Details

    • SAML2Features

      public SAML2Features()
      Constructor.
  • Method Details

    • 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:
      buildFeatures in class io.vertigo.core.node.config.Features<SAML2Features>