Uses of Class
org.forgerock.openig.filter.oauth2.client.OAuth2ClientFilter
Packages that use OAuth2ClientFilter
Package
Description
OAuth 2.0 Client filter implementation.
-
Uses of OAuth2ClientFilter in org.forgerock.openig.filter.oauth2.client
Methods in org.forgerock.openig.filter.oauth2.client that return OAuth2ClientFilterModifier and TypeMethodDescriptionOAuth2ClientFilter.setDefaultLoginGoto(Expression<String> endpoint) Sets the expression which will be used for obtaining the default login "goto" URI.OAuth2ClientFilter.setDefaultLogoutGoto(Expression<String> endpoint) Sets the expression which will be used for obtaining the default logout "goto" URI.OAuth2ClientFilter.setFailureHandler(Handler handler) Sets the handler which will be invoked when authentication fails.OAuth2ClientFilter.setOpenIdEndSessionOnLogout(boolean openIdEndSessionOnLogout) Enables redirecting to theend_sessionendpoint during logout.OAuth2ClientFilter.setRequireHttps(boolean requireHttps) Specifies whether all incoming requests must use TLS.OAuth2ClientFilter.setRequireLogin(boolean requireLogin) Specifies whether authentication is required for all incoming requests.OAuth2ClientFilter.setRevokeOauth2TokenOnLogout(boolean revokeOauth2TokenOnLogout) Enables revoking the access/refresh token during logout.OAuth2ClientFilter.setTarget(LeftValueExpression<?> target) Sets the expression which will be used for storing authorization information in the context.