Modifier and Type | Method and Description |
---|---|
static CIBAAuthenticationRequest |
CIBAAuthenticationRequest.deserialize(KeycloakSession session,
String jwe)
Deserialize the given
jwe to a CIBAAuthenticationRequest instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticationChannelProvider.requestAuthentication(CIBAAuthenticationRequest request,
String infoUsedByAuthenticator) |
boolean |
AuthenticationChannelProvider.requestAuthentication(CIBAAuthenticationRequest request,
String infoUsedByAuthenticator)
Request the authentication(AuthN) and authorization(AuthZ) by an authentication device (AD) to the external entity via Authentication Channel.
|
Modifier and Type | Method and Description |
---|---|
CIBAAuthenticationRequest |
BackchannelTokenRequestContext.getParsedRequest() |
CIBAAuthenticationRequest |
BackchannelAuthenticationRequestContext.getParsedRequest() |
Constructor and Description |
---|
BackchannelAuthenticationRequestContext(BackchannelAuthenticationEndpointRequest request,
CIBAAuthenticationRequest parsedRequest,
javax.ws.rs.core.MultivaluedMap<String,String> requestParameters) |
BackchannelTokenRequestContext(CIBAAuthenticationRequest parsedRequest,
javax.ws.rs.core.MultivaluedMap<String,String> requestParameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
BackchannelAuthenticationEndpoint.extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest,
CIBAAuthenticationRequest request) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.