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("false") boolean useInMemoryAuthorizationService, @DefaultValue Map<String,AuthServerProperties.JmixClient> client, @DefaultValue("/as-login") String loginPageUrl, @DefaultValue("as-login.html") String loginPageViewName)
  • Method Details

    • isUseDefaultConfiguration

      public boolean isUseDefaultConfiguration()
    • isUseInMemoryAuthorizationService

      public boolean isUseInMemoryAuthorizationService()
    • getClient

    • getLoginPageUrl

      public String getLoginPageUrl()
    • getLoginPageViewName

      public String getLoginPageViewName()