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(org.keycloak.models.KeycloakSession session, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, Cors cors, org.keycloak.models.RealmModel realm, EventBuilder event, org.keycloak.models.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 CorsMethods in org.keycloak.protocol.oidc.grants that return 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.auth()static CorsCors.builder()Cors.builder(jakarta.ws.rs.core.Response.ResponseBuilder builder) Cors.checkAllowedOrigins(List<String> allowedOrigins) Cors.checkAllowedOrigins(org.keycloak.models.KeycloakSession session, org.keycloak.models.ClientModel client) Sets the allowed origins from the client's configured web origins and checks the incoming Origin header against them.Cors.checkAllowedOrigins(org.keycloak.representations.AccessToken token) Cors.exposedHeaders(String... exposedHeaders) Cors.preflight()