Uses of Class
org.keycloak.protocol.oidc.endpoints.request.RequestUriType
-
Packages that use RequestUriType Package Description org.keycloak.protocol.oidc.endpoints.request -
-
Uses of RequestUriType in org.keycloak.protocol.oidc.endpoints.request
Methods in org.keycloak.protocol.oidc.endpoints.request that return RequestUriType Modifier and Type Method Description static RequestUriTypeAuthorizationEndpointRequestParserProcessor. getRequestUriType(String requestUri)static RequestUriTypeRequestUriType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestUriType[]RequestUriType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-