Package | Description |
---|---|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Provider |
OAuth2Provider.setAuthorizeEndpoint(Expression endpoint)
Sets the expression which will be used for obtaining the authorization
server's authorize end-point.
|
OAuth2Provider |
OAuth2Provider.setClientId(Expression clientId)
Sets the expression which will be used for obtaining the OAuth 2 client
ID.
|
OAuth2Provider |
OAuth2Provider.setClientSecret(Expression clientSecret)
Sets the expression which will be used for obtaining the OAuth 2 client
secret.
|
OAuth2Provider |
OAuth2Provider.setScopes(List<Expression> scopes)
Sets the expressions which will be used for obtaining the OAuth 2 scopes
for this provider.
|
OAuth2Provider |
OAuth2Provider.setTokenEndpoint(Expression endpoint)
Sets the expression which will be used for obtaining the authorization
server's access token end-point.
|
OAuth2Provider |
OAuth2Provider.setUserInfoEndpoint(Expression endpoint)
Sets the expression which will be used for obtaining the authorization
server's OpenID Connect user info end-point.
|
OAuth2Provider |
OAuth2Provider.setWellKnownConfiguration(org.forgerock.json.fluent.JsonValue wellKnown)
Configures this provider using the specified OpenID Connect Well Known
configuration.
|
Modifier and Type | Method and Description |
---|---|
OAuth2ClientFilter |
OAuth2ClientFilter.addProvider(OAuth2Provider provider)
Adds an authorization provider.
|
Copyright © 2014 ForgeRock AS. All rights reserved.