Uses of Enum Class
org.keycloak.protocol.oidc.endpoints.request.AuthorizationEndpointRequestParserProcessor.EndpointType
-
Uses of AuthorizationEndpointRequestParserProcessor.EndpointType in org.keycloak.protocol.oidc.endpoints.request
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AuthorizationEndpointRequestParserProcessor.EndpointType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic AuthorizationEndpointRequest
AuthorizationEndpointRequestParserProcessor.parseRequest
(EventBuilder event, KeycloakSession session, ClientModel client, jakarta.ws.rs.core.MultivaluedMap<String, String> requestParams, AuthorizationEndpointRequestParserProcessor.EndpointType endpointType)