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) static URI
adminConsoleRoot
(URI baseUri, String realmName) static URI
firstBrokerLoginProcessor
(URI baseUri, String realmName) static URI
identityProviderAfterFirstBrokerLogin
(URI baseUri, String realmName, String accessCode, String clientId, String tabId) static URI
identityProviderAfterPostBrokerLogin
(URI baseUri, String realmName, String accessCode, String clientId, String tabId) static URI
identityProviderAuthnRequest
(URI baseURI, String providerId, String realmName) static URI
identityProviderAuthnRequest
(URI baseUri, String providerId, String realmName, String accessCode, String clientId, String tabId) static URI
identityProviderAuthnResponse
(URI baseUri, String providerId, String realmName) static URI
identityProviderLinkRequest
(URI baseUri, String providerId, String realmName) static URI
identityProviderRetrieveToken
(URI baseUri, String providerId, String realmName) static jakarta.ws.rs.core.UriBuilder
loginActionEmailVerificationBuilder
(URI baseUri) static jakarta.ws.rs.core.UriBuilder
loginActionsBase
(URI baseUri) static URI
loginActionsDetachedInfo
(URI baseUri, String realmName) static URI
loginActionUpdateProfile
(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) 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
-
identityProviderAuthnRequest
-
identityProviderLinkRequest
-
identityProviderRetrieveToken
-
identityProviderAuthnRequest
-
identityProviderAfterFirstBrokerLogin
-
identityProviderAfterPostBrokerLogin
-
logoutConfirm
-
loginActionsDetachedInfo
-
requiredActionBase
-
loginActionUpdateProfile
-
loginActionEmailVerificationBuilder
-
loginResetCredentials
-
actionTokenBuilder
-
loginResetCredentialsBuilder
-
loginUsernameReminder
-
loginUsernameReminderBuilder
-
realmIssuer
-
realmBase
-
realmLoginPage
-
realmLoginRestartPage
-
realmRegisterAction
-
realmRegisterPage
-
realmInstalledAppUrnCallback
-
realmOauthAction
-
firstBrokerLoginProcessor
-
themeRoot
-
loginActionsBase
-
samlRequestEndpoint
-