Class SamlAuthProperties.KeyStore

java.lang.Object
com.linecorp.centraldogma.server.auth.saml.SamlAuthProperties.KeyStore
Enclosing class:
SamlAuthProperties

public static class SamlAuthProperties.KeyStore extends Object
A configuration for the keystore.
  • Constructor Details

    • KeyStore

      public KeyStore(@Nullable String type, String path, @Nullable String password, @Nullable Map<String,String> keyPasswords, @Nullable String signatureAlgorithm)
      Creates a new instance.