Package | Description |
---|---|
org.keycloak.protocol.oidc.utils | |
org.keycloak.services.clientpolicy.context |
Modifier and Type | Method and Description |
---|---|
static OAuth2CodeParser.ParseResult |
OAuth2CodeParser.parseCode(KeycloakSession session,
String code,
RealmModel realm,
EventBuilder event)
Will parse the code and retrieve the corresponding OAuth2Code and AuthenticatedClientSessionModel.
|
Modifier and Type | Method and Description |
---|---|
OAuth2CodeParser.ParseResult |
TokenRequestContext.getParseResult() |
Constructor and Description |
---|
TokenRequestContext(javax.ws.rs.core.MultivaluedMap<String,String> params,
OAuth2CodeParser.ParseResult parseResult) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.