public class BrokerUtil
extends Object
TODO: Remove this class once support for "client initiated account linking" is removed (Probably Keycloak 27)
- Author:
- Marek Posolda
-
Constructor Summary
Constructors
-
Method Summary
static org.keycloak.representations.account.AccountLinkUriRepresentation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BrokerUtil
public BrokerUtil()
-
Method Details
-
createClientInitiatedLinkURI
public static org.keycloak.representations.account.AccountLinkUriRepresentation createClientInitiatedLinkURI(String clientId,
String redirectUri,
String identityProviderAlias,
String realmName,
String userSessionId,
URI serverBaseUri)