Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Modifier and Type | Method and Description |
---|---|
OAuth2ClientFilter |
OAuth2ClientFilter.setClientRegistration(ClientRegistration registration)
You can avoid a nascar page by setting a client registration.
|
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(Expression<?> target)
Sets the expression which will be used for storing authorization
information in the context.
|
Copyright 2011-2015 ForgeRock AS.