Constructor and Description |
---|
KeycloakAuthorizationRequest(AuthorizationProvider authorization,
TokenManager tokenManager,
EventBuilder event,
org.jboss.resteasy.spi.HttpRequest request,
Cors cors,
ClientConnection clientConnection) |
Constructor and Description |
---|
CibaGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams,
ClientModel client,
KeycloakSession session,
TokenEndpoint tokenEndpoint,
RealmModel realm,
EventBuilder event,
Cors cors) |
Modifier and Type | Field and Description |
---|---|
protected Cors |
HttpAuthenticationChannelProvider.cors |
Constructor and Description |
---|
DeviceGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams,
ClientModel client,
KeycloakSession session,
TokenEndpoint tokenEndpoint,
RealmModel realm,
EventBuilder event,
Cors cors) |
Modifier and Type | Method and Description |
---|---|
static AuthorizeClientUtil.ClientAuthResult |
AuthorizeClientUtil.authorizeClient(KeycloakSession session,
EventBuilder event,
Cors cors) |
Constructor and Description |
---|
CorsErrorResponseException(Cors cors,
String error,
String errorDescription,
javax.ws.rs.core.Response.Status status) |
Modifier and Type | Method and Description |
---|---|
static Cors |
Cors.add(org.jboss.resteasy.spi.HttpRequest request) |
static Cors |
Cors.add(org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.Response.ResponseBuilder response) |
Cors |
Cors.allowAllOrigins() |
Cors |
Cors.allowedMethods(String... allowedMethods) |
Cors |
Cors.allowedOrigins(AccessToken token) |
Cors |
Cors.allowedOrigins(KeycloakSession session,
ClientModel client) |
Cors |
Cors.allowedOrigins(String... allowedOrigins) |
Cors |
Cors.auth() |
Cors |
Cors.builder(javax.ws.rs.core.Response.ResponseBuilder builder) |
Cors |
Cors.exposedHeaders(String... exposedHeaders) |
Cors |
Cors.preflight() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.