Class OAuth2AuthenticationProperties.FormLogin
java.lang.Object
cn.herodotus.engine.oauth2.authentication.properties.OAuth2AuthenticationProperties.FormLogin
- Enclosing class:
- OAuth2AuthenticationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthenticationUrl(String authenticationUrl) voidsetCaptchaEnabled(Boolean captchaEnabled) voidsetCaptchaParameter(String captchaParameter) voidsetCategory(String category) voidsetCookieMaxAge(Duration cookieMaxAge) voidsetFailureUrl(String failureUrl) voidsetForgotPasswordUrl(String forgotPasswordUrl) voidsetLoginPageUrl(String loginPageUrl) voidsetLogoutSuccessUrl(String logoutSuccessUrl) voidsetPasswordParameter(String passwordParameter) voidsetRegistrationUrl(String registrationUrl) voidsetRememberMeParameter(String rememberMeParameter) voidsetUsernameParameter(String usernameParameter) toString()
-
Constructor Details
-
FormLogin
public FormLogin()
-
-
Method Details
-
getAuthenticationUrl
-
setAuthenticationUrl
-
getCaptchaEnabled
-
setCaptchaEnabled
-
getCaptchaParameter
-
setCaptchaParameter
-
getCategory
-
setCategory
-
getCookieMaxAge
-
setCookieMaxAge
-
getFailureUrl
-
setFailureUrl
-
getForgotPasswordUrl
-
setForgotPasswordUrl
-
getLoginPageUrl
-
setLoginPageUrl
-
getLogoutSuccessUrl
-
setLogoutSuccessUrl
-
getPasswordParameter
-
setPasswordParameter
-
getRegistrationUrl
-
setRegistrationUrl
-
getRememberMeParameter
-
setRememberMeParameter
-
getUsernameParameter
-
setUsernameParameter
-
isRegistrationEnabled
-
isForgotPasswordEnabled
-
toString
-