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.setLoginHandler(Handler handler) |
Sets the handler which will be invoked when the user needs to
authenticate.
|
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.setTarget(LeftValueExpression<?> target) |
Sets the expression which will be used for storing authorization
information in the context.
|