Uses of Class
org.keycloak.services.resources.Cors
-
-
Uses of Cors in org.keycloak.authorization.authorization
Constructors in org.keycloak.authorization.authorization with parameters of type Cors Constructor Description KeycloakAuthorizationRequest(AuthorizationProvider authorization, TokenManager tokenManager, EventBuilder event, HttpRequest request, Cors cors, ClientConnection clientConnection)
-
Uses of Cors in org.keycloak.protocol.oidc.endpoints
Methods in org.keycloak.protocol.oidc.endpoints with parameters of type Cors Modifier and Type Method Description void
AuthorizationEndpointChecker.AuthorizationCheckException. throwAsCorsErrorResponseException(Cors cors)
-
Uses of Cors in org.keycloak.protocol.oidc.grants.ciba
Constructors in org.keycloak.protocol.oidc.grants.ciba with parameters of type Cors Constructor Description CibaGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams, ClientModel client, KeycloakSession session, TokenEndpoint tokenEndpoint, RealmModel realm, EventBuilder event, Cors cors)
-
Uses of Cors in org.keycloak.protocol.oidc.grants.ciba.channel
Fields in org.keycloak.protocol.oidc.grants.ciba.channel declared as Cors Modifier and Type Field Description protected Cors
HttpAuthenticationChannelProvider. cors
-
Uses of Cors in org.keycloak.protocol.oidc.grants.device
Constructors in org.keycloak.protocol.oidc.grants.device with parameters of type Cors Constructor Description DeviceGrantType(javax.ws.rs.core.MultivaluedMap<String,String> formParams, ClientModel client, KeycloakSession session, TokenEndpoint tokenEndpoint, RealmModel realm, EventBuilder event, Cors cors)
-
Uses of Cors in org.keycloak.protocol.oidc.par.endpoints
Fields in org.keycloak.protocol.oidc.par.endpoints declared as Cors Modifier and Type Field Description protected Cors
AbstractParEndpoint. cors
-
Uses of Cors in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils with parameters of type Cors Modifier and Type Method Description static AuthorizeClientUtil.ClientAuthResult
AuthorizeClientUtil. authorizeClient(KeycloakSession session, EventBuilder event, Cors cors)
static void
PkceUtils. checkParamsForPkceEnforcedClient(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)
static void
PkceUtils. checkParamsForPkceNotEnforcedClient(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)
static void
PkceUtils. verifyCodeVerifier(String codeVerifier, String codeChallenge, String codeChallengeMethod, String authUserId, String authUsername, EventBuilder event, Cors cors)
-
Uses of Cors in org.keycloak.services
Constructors in org.keycloak.services with parameters of type Cors Constructor Description CorsErrorResponseException(Cors cors, String error, String errorDescription, javax.ws.rs.core.Response.Status status)
-
Uses of Cors in org.keycloak.services.resources
Methods in org.keycloak.services.resources that return Cors Modifier and Type Method Description static Cors
Cors. add(HttpRequest request)
static Cors
Cors. add(HttpRequest request, javax.ws.rs.core.Response.ResponseBuilder response)
Cors
Cors. allowAllOrigins()
Cors
Cors. allowedMethods(String... allowedMethods)
Cors
Cors. allowedOrigins(String... allowedOrigins)
Cors
Cors. allowedOrigins(KeycloakSession session, ClientModel client)
Cors
Cors. allowedOrigins(AccessToken token)
Cors
Cors. auth()
Cors
Cors. builder(javax.ws.rs.core.Response.ResponseBuilder builder)
Cors
Cors. exposedHeaders(String... exposedHeaders)
Cors
Cors. preflight()
-
Uses of Cors in org.keycloak.utils
Methods in org.keycloak.utils with parameters of type Cors Modifier and Type Method Description OAuth2Error
OAuth2Error. cors(Cors cors)
-