Uses of Enum Class
org.keycloak.urls.UrlType
Packages that use UrlType
-
Uses of UrlType in org.keycloak.models
Methods in org.keycloak.models with parameters of type UrlTypeModifier and TypeMethodDescriptionReturns the URI.Constructors in org.keycloak.models with parameters of type UrlTypeModifierConstructorDescriptionKeycloakUriInfo(KeycloakSession session, UrlType type, jakarta.ws.rs.core.UriInfo delegate) -
Uses of UrlType in org.keycloak.services
Methods in org.keycloak.services with parameters of type UrlType -
Uses of UrlType in org.keycloak.url
Methods in org.keycloak.url with parameters of type UrlTypeModifier and TypeMethodDescriptionDefaultHostnameProvider.getContextPath(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) DefaultHostnameProvider.getHostname(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) int -
Uses of UrlType in org.keycloak.urls
Methods in org.keycloak.urls that return UrlTypeModifier and TypeMethodDescriptionstatic UrlTypeReturns the enum constant of this class with the specified name.static UrlType[]UrlType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.urls with parameters of type UrlTypeModifier and TypeMethodDescriptiondefault StringHostnameProvider.getContextPath(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) Returns the context-path for Keycloak.default StringHostnameProvider.getHostname(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) Returns the host.default intReturns the port (or -1 for default port).default StringReturns the URL scheme.