Package org.keycloak.services
Class Urls
java.lang.Object
org.keycloak.services.Urls
- Author:
- Stian Thorgersen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.UriBuilder
accountBase
(URI baseUri) static jakarta.ws.rs.core.UriBuilder
actionTokenBuilder
(URI baseUri, String tokenString, String clientId, String tabId, String clientData) static URI
adminConsoleRoot
(URI baseUri, String realmName) static URI
clientRegistration
(URI baseUri, String realm, String protocol, String clientId) static URI
firstBrokerLoginProcessor
(URI baseUri, String realmName) static URI
identityProviderAfterFirstBrokerLogin
(URI baseUri, String realmName, String accessCode, String clientId, String tabId, String clientData) static URI
identityProviderAfterPostBrokerLogin
(URI baseUri, String realmName, String accessCode, String clientId, String tabId, String clientData) static URI
identityProviderAuthnRequest
(URI baseURI, String providerAlias, String realmName) static URI
identityProviderAuthnRequest
(URI baseUri, String providerAlias, String realmName, String accessCode, String clientId, String tabId, String clientData, String loginHint) static URI
identityProviderAuthnResponse
(URI baseUri, String providerAlias, String realmName) static URI
identityProviderAuthnResponse
(URI baseUri, String providerAlias, String realmName, String client_id) static URI
identityProviderLinkRequest
(URI baseUri, String providerAlias, String realmName) static URI
identityProviderRetrieveToken
(URI baseUri, String providerAlias, String realmName) static jakarta.ws.rs.core.UriBuilder
loginActionsBase
(URI baseUri) static URI
loginActionsDetachedInfo
(URI baseUri, String realmName) static URI
loginResetCredentials
(URI baseUri, String realmName) static jakarta.ws.rs.core.UriBuilder
loginResetCredentialsBuilder
(URI baseUri) static URI
loginUsernameReminder
(URI baseUri, String realmName) static jakarta.ws.rs.core.UriBuilder
loginUsernameReminderBuilder
(URI baseUri) static URI
logoutConfirm
(URI baseUri, String realmName) static jakarta.ws.rs.core.UriBuilder
static URI
realmInstalledAppUrnCallback
(URI baseUri, String realmName) static String
realmIssuer
(URI baseUri, String realmName) static URI
realmLoginPage
(URI baseUri, String realmName) static URI
realmLoginRestartPage
(URI baseUri, String realmId, boolean skipLogout) static URI
realmOauthAction
(URI baseUri, String realmName) static URI
realmRegisterAction
(URI baseUri, String realmName) static URI
realmRegisterPage
(URI baseUri, String realmName) static jakarta.ws.rs.core.UriBuilder
requiredActionBase
(URI baseUri) static URI
samlRequestEndpoint
(URI baseUri, String realmName) static URI
-
Constructor Details
-
Urls
public Urls()
-
-
Method Details
-
adminConsoleRoot
-
accountBase
-
identityProviderAuthnResponse
-
identityProviderAuthnResponse
-
identityProviderAuthnRequest
-
identityProviderLinkRequest
-
identityProviderRetrieveToken
-
identityProviderAuthnRequest
-
identityProviderAfterFirstBrokerLogin
-
identityProviderAfterPostBrokerLogin
-
logoutConfirm
-
loginActionsDetachedInfo
-
requiredActionBase
-
loginResetCredentials
-
actionTokenBuilder
-
loginResetCredentialsBuilder
-
loginUsernameReminder
-
loginUsernameReminderBuilder
-
realmIssuer
-
realmBase
-
realmLoginPage
-
realmLoginRestartPage
-
realmRegisterAction
-
realmRegisterPage
-
realmInstalledAppUrnCallback
-
realmOauthAction
-
firstBrokerLoginProcessor
-
themeRoot
-
loginActionsBase
-
samlRequestEndpoint
-
clientRegistration
-