Uses of Class
org.keycloak.urls.UrlType
-
Packages that use UrlType Package Description org.keycloak.models org.keycloak.urls -
-
Uses of UrlType in org.keycloak.models
Methods in org.keycloak.models with parameters of type UrlType Modifier and Type Method Description KeycloakUriInfoKeycloakContext. getUri(UrlType type)Returns the URI.Constructors in org.keycloak.models with parameters of type UrlType Constructor Description KeycloakUriInfo(KeycloakSession session, UrlType type, javax.ws.rs.core.UriInfo delegate) -
Uses of UrlType in org.keycloak.urls
Methods in org.keycloak.urls that return UrlType Modifier and Type Method Description static UrlTypeUrlType. valueOf(String name)Returns the enum constant of this type with the specified name.static UrlType[]UrlType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.urls with parameters of type UrlType Modifier and Type Method Description default StringHostnameProvider. getContextPath(javax.ws.rs.core.UriInfo originalUriInfo, UrlType type)Returns the context-path for Keycloak.default StringHostnameProvider. getHostname(javax.ws.rs.core.UriInfo originalUriInfo, UrlType type)Returns the host.default intHostnameProvider. getPort(javax.ws.rs.core.UriInfo originalUriInfo, UrlType type)Returns the port (or -1 for default port).default StringHostnameProvider. getScheme(javax.ws.rs.core.UriInfo originalUriInfo, UrlType type)Returns the URL scheme.
-