Package | Description |
---|---|
org.forgerock.openidconnect |
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.setAccessToken(String accessToken)
Sets the registration access token of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setAccessTokenLifeTime(Long accessTokenLifeTime)
Sets the Access token lifetime.
|
ClientBuilder |
ClientBuilder.setAllowedGrantScopes(List<String> allowedGrantScopes)
Sets the allowed scopes of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setApplicationType(String applicationType)
Sets the application type of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setAuthorizationCodeLifeTime(Long authorizationCodeLifeTime)
Sets the authorization code lifetime.
|
ClientBuilder |
ClientBuilder.setClientID(String clientID)
Sets the client id of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setClientName(List<String> clientName)
Sets the client_name of the OAuth2Client
|
ClientBuilder |
ClientBuilder.setClientSecret(String clientSecret)
Sets the client secret of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setClientSessionURI(String clientSessionURI)
Sets the client session uri of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setClientType(String clientType)
Sets the client type of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setContacts(List<String> contacts) |
ClientBuilder |
ClientBuilder.setDefaultGrantScopes(List<String> defaultGrantScopes)
Sets the default scopes of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setDefaultMaxAge(Long defaultMaxAge)
Sets the default max age on the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setDefaultMaxAgeEnabled(Boolean defaultMaxAgeEnabled)
Sets whether to enforce the default max age.
|
ClientBuilder |
ClientBuilder.setDisplayDescription(List<String> displayDescription)
Sets the client description of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setDisplayName(List<String> displayName)
Sets the display name of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setIdTokenSignedResponseAlgorithm(String idTokenSignedResponseAlgorithm)
Sets the id token signed response alg of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setJwks(String jwks)
Sets the JWKs value.
|
ClientBuilder |
ClientBuilder.setJwksUri(String jwksUri)
Sets the JWKs URI value.
|
ClientBuilder |
ClientBuilder.setJwtTokenLifeTime(Long jwtTokenLifeTime)
Sets the JWT token lifetime.
|
ClientBuilder |
ClientBuilder.setPostLogoutRedirectionURIs(List<String> postLogoutRedirectionURIs)
Sets the post logout redirection URIs of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setPublicKeySelector(String selector)
Sets the public key selector.
|
ClientBuilder |
ClientBuilder.setRedirectionURIs(List<String> redirectionURIs)
Sets the redirection uris of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setRefreshTokenLifeTime(Long refreshTokenLifeTime)
Sets the Refresh token lifetime.
|
ClientBuilder |
ClientBuilder.setResponseTypes(List<String> responseTypes)
Sets the response types of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setSectorIdentifierUri(String sectorIdentifierUri)
Sets the sector identifier uri.
|
ClientBuilder |
ClientBuilder.setSubjectType(String subjectType)
Sets the subject type of the OAuth2Client.
|
ClientBuilder |
ClientBuilder.setTokenEndpointAuthMethod(String tokenEndpointAuthMethod)
Sets the token endpoint auth method value.
|
ClientBuilder |
ClientBuilder.setX509(String x509)
Sets the X509 value.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.