public interface OpenIdConnectTokenStore extends TokenStore
REALM_AGNOSTIC_TOKEN_STORE
Modifier and Type | Method and Description |
---|---|
OpenIdConnectToken |
createOpenIDToken(ResourceOwner resourceOwner,
String clientId,
String authorizationParty,
String nonce,
String ops,
OAuth2Request request)
Creates an OpenId Connect token and stores it in the OpenId Connect Provider's store.
|
createAccessToken, createAccessToken, createAuthorizationCode, createDeviceCode, createRefreshToken, createRefreshToken, createRefreshToken, createRefreshToken, createRefreshToken, delete, deleteAccessToken, deleteAuthorizationCode, deleteDeviceCode, deleteRefreshToken, queryForToken, read, readAccessToken, readAuthorizationCode, readDeviceCode, readDeviceCode, readRefreshToken, updateAccessToken, updateAuthorizationCode, updateDeviceCode
OpenIdConnectToken createOpenIDToken(ResourceOwner resourceOwner, String clientId, String authorizationParty, String nonce, String ops, OAuth2Request request) throws ServerException, InvalidClientException, NotFoundException
resourceOwner
- The resource owner.clientId
- The client's id.authorizationParty
- The authorization party.nonce
- The nonce.ops
- The ops.request
- The OAuth2 request.ServerException
- If any internal server error occurs.InvalidClientException
- If either the request does not contain the client's id or the client fails to be
authenticated.NotFoundException
- If the realm does not have an OAuth 2.0 provider service.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.