Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.services | |
org.keycloak.url | |
org.keycloak.urls |
Modifier and Type | Method and Description |
---|---|
KeycloakUriInfo |
KeycloakContext.getUri(UrlType type)
Returns the URI.
|
Constructor and Description |
---|
KeycloakUriInfo(KeycloakSession session,
UrlType type,
javax.ws.rs.core.UriInfo delegate) |
Modifier and Type | Method and Description |
---|---|
KeycloakUriInfo |
DefaultKeycloakContext.getUri(UrlType type) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultHostnameProvider.getContextPath(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type) |
String |
DefaultHostnameProvider.getHostname(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type) |
int |
DefaultHostnameProvider.getPort(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type) |
String |
DefaultHostnameProvider.getScheme(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type) |
Modifier and Type | Method and Description |
---|---|
static UrlType |
UrlType.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.
|
Modifier and Type | Method and Description |
---|---|
default String |
HostnameProvider.getContextPath(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type)
Returns the context-path for Keycloak.
|
default String |
HostnameProvider.getHostname(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type)
Returns the host.
|
default int |
HostnameProvider.getPort(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type)
Returns the port (or -1 for default port).
|
default String |
HostnameProvider.getScheme(javax.ws.rs.core.UriInfo originalUriInfo,
UrlType type)
Returns the URL scheme.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.