Uses of Enum Class
org.keycloak.urls.UrlType
-
Uses of UrlType in org.keycloak.models
Modifier and TypeMethodDescriptionReturns the URI.ModifierConstructorDescriptionKeycloakUriInfo
(KeycloakSession session, UrlType type, jakarta.ws.rs.core.UriInfo delegate) -
Uses of UrlType in org.keycloak.services
-
Uses of UrlType in org.keycloak.url
Modifier 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
Modifier 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.Modifier 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.