Uses of Interface
org.keycloak.services.cors.Cors
Packages that use Cors
Package
Description
-
Uses of Cors in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return CorsConstructors in org.keycloak.protocol.oidc with parameters of type CorsModifierConstructorDescriptionTokenExchangeContext(KeycloakSession session, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, Cors cors, RealmModel realm, EventBuilder event, ClientModel client, org.keycloak.common.ClientConnection clientConnection, jakarta.ws.rs.core.HttpHeaders headers, Object tokenManager, Map<String, String> clientAuthAttributes) -
Uses of Cors in org.keycloak.protocol.oidc.grants
Fields in org.keycloak.protocol.oidc.grants declared as CorsConstructors in org.keycloak.protocol.oidc.grants with parameters of type Cors -
Uses of Cors in org.keycloak.services.cors
Methods in org.keycloak.services.cors that return CorsModifier and TypeMethodDescriptionCors.allowAllOrigins()Cors.allowedMethods(String... allowedMethods) Cors.allowedOrigins(String... allowedOrigins) Cors.allowedOrigins(KeycloakSession session, ClientModel client) Cors.allowedOrigins(AccessToken token) Cors.auth()static CorsCors.builder()Cors.builder(jakarta.ws.rs.core.Response.ResponseBuilder builder) Cors.exposedHeaders(String... exposedHeaders) Cors.preflight()