OAuth2ClientFilter |
OAuth2ClientFilter.setDefaultLoginGoto(Expression<String> endpoint) |
Sets the expression which will be used for obtaining the default login
"goto" URI.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setDefaultLogoutGoto(Expression<String> endpoint) |
Sets the expression which will be used for obtaining the default logout
"goto" URI.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setFailureHandler(Handler handler) |
Sets the handler which will be invoked when authentication fails.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setOpenIdEndSessionOnLogout(boolean openIdEndSessionOnLogout) |
Enables redirecting to the end_session endpoint during logout.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setRequireHttps(boolean requireHttps) |
Specifies whether all incoming requests must use TLS.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setRequireLogin(boolean requireLogin) |
Specifies whether authentication is required for all incoming requests.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setRevokeOauth2TokenOnLogout(boolean revokeOauth2TokenOnLogout) |
Enables revoking the access/refresh token during logout.
|
OAuth2ClientFilter |
OAuth2ClientFilter.setTarget(LeftValueExpression<?> target) |
Sets the expression which will be used for storing authorization
information in the context.
|