Package io.jmix.authserver
Class AuthServerProperties
java.lang.Object
io.jmix.authserver.AuthServerProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Class stores Jmix-specific settings of Authorization Server client. -
Constructor Summary
ConstructorDescriptionAuthServerProperties
(boolean useDefaultConfiguration, Map<String, AuthServerProperties.JmixClient> client, String loginPageUrl, String loginPageViewName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
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
-
isUseDefaultConfiguration
public boolean isUseDefaultConfiguration() -
getClient
-
getLoginPageUrl
-
getLoginPageViewName
-