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 TypeMethodDescriptionHostnameV2Provider.getContextPath
(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) HostnameV2Provider.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 UrlType
Returns 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 String
HostnameProvider.getContextPath
(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) Returns the context-path for Keycloak.default String
HostnameProvider.getHostname
(jakarta.ws.rs.core.UriInfo originalUriInfo, UrlType type) Returns the host.default int
Returns the port (or -1 for default port).default String
Returns the URL scheme.