Package io.jmix.authserver
Class AuthServerProperties
java.lang.Object
io.jmix.authserver.AuthServerProperties
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classClass stores Jmix-specific settings of Authorization Server client.
- 
Constructor SummaryConstructorsConstructorDescriptionAuthServerProperties(boolean useDefaultConfiguration, Map<String, AuthServerProperties.JmixClient> client, String loginPageUrl, String loginPageViewName) 
- 
Method SummaryModifier and TypeMethodDescriptionboolean
- 
Constructor Details- 
AuthServerPropertiespublic AuthServerProperties(@DefaultValue("true") boolean useDefaultConfiguration, @DefaultValue Map<String, AuthServerProperties.JmixClient> client, @DefaultValue("/as-login") String loginPageUrl, @DefaultValue("as-login.html") String loginPageViewName) 
 
- 
- 
Method Details- 
isUseDefaultConfigurationpublic boolean isUseDefaultConfiguration()
- 
getClient
- 
getLoginPageUrl
- 
getLoginPageViewName
 
-