@ConfigurationProperties(value="authorization") public static class OauthClientConfigurationProperties.OpenIdClientConfigurationProperties.AuthorizationEndpointConfigurationProperties extends DefaultEndpointConfiguration implements AuthorizationEndpointConfiguration
| Constructor and Description | 
|---|
| AuthorizationEndpointConfigurationProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Optional<java.util.List<java.lang.String>> | getAcrValues() | 
| java.util.Optional<Display> | getDisplay() | 
| java.util.Optional<java.lang.Integer> | getMaxAge() | 
| java.util.Optional<Prompt> | getPrompt() | 
| java.util.Optional<java.lang.String> | getResponseMode() | 
| ResponseType | getResponseType() | 
| java.util.Optional<java.util.List<java.lang.String>> | getUiLocales() | 
| void | setAcrValues(java.util.List<java.lang.String> acrValues)Authentication class reference values. | 
| void | setDisplay(Display display)Controls how the authentication interface is displayed. | 
| void | setMaxAge(java.lang.Integer maxAge)Maximum authentication age. | 
| void | setPrompt(Prompt prompt)Controls how the authentication server prompts the user. | 
| void | setResponseMode(java.lang.String responseMode)Mechanism to be used for returning authorization response parameters from the
 authorization endpoint. | 
| void | setResponseType(ResponseType responseType)Determines the authorization processing flow to be used. | 
| void | setUiLocales(java.util.List<java.lang.String> uiLocales)Preferred locales for authentication. | 
getUrl, setUrlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUrlpublic AuthorizationEndpointConfigurationProperties()
@Nonnull public ResponseType getResponseType()
getResponseType in interface AuthorizationEndpointConfigurationpublic void setResponseType(@Nonnull
                            ResponseType responseType)
responseType - The response typepublic java.util.Optional<java.lang.String> getResponseMode()
getResponseMode in interface AuthorizationEndpointConfigurationpublic void setResponseMode(@Nullable
                            java.lang.String responseMode)
responseMode - The response modepublic java.util.Optional<Display> getDisplay()
getDisplay in interface AuthorizationEndpointConfigurationpublic void setDisplay(@Nullable
                       Display display)
display - The displaypublic java.util.Optional<Prompt> getPrompt()
getPrompt in interface AuthorizationEndpointConfigurationpublic void setPrompt(@Nullable
                      Prompt prompt)
prompt - The prompt typepublic java.util.Optional<java.lang.Integer> getMaxAge()
getMaxAge in interface AuthorizationEndpointConfigurationpublic void setMaxAge(@Nullable
                      java.lang.Integer maxAge)
maxAge - Maximum authentication age.public java.util.Optional<java.util.List<java.lang.String>> getUiLocales()
getUiLocales in interface AuthorizationEndpointConfigurationpublic void setUiLocales(@Nullable
                         java.util.List<java.lang.String> uiLocales)
uiLocales - Preferred localespublic java.util.Optional<java.util.List<java.lang.String>> getAcrValues()
getAcrValues in interface AuthorizationEndpointConfigurationpublic void setAcrValues(@Nullable
                         java.util.List<java.lang.String> acrValues)
acrValues - Authentication class reference values