Class AuthServerProperties

java.lang.Object
io.jmix.authserver.AuthServerProperties

@ConfigurationProperties(prefix="jmix.authserver") public class AuthServerProperties extends Object
  • Constructor Details

    • AuthServerProperties

      public AuthServerProperties(@DefaultValue("true") boolean useDefaultConfiguration, @DefaultValue Map<String,AuthServerProperties.JmixClient> client, @DefaultValue("/as-login") String loginPageUrl, @DefaultValue("as-login.html") String loginPageViewName)
  • Method Details