Class IdentityBrokerState
java.lang.Object
org.keycloak.broker.provider.util.IdentityBrokerState
Encapsulates parsing logic related to state passed to identity provider in "state" (or RelayState) parameter
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityBrokerState
static IdentityBrokerState
encoded
(String encodedState, RealmModel realmModel) getTabId()
-
Method Details
-
decoded
public static IdentityBrokerState decoded(String state, String clientId, String clientClientId, String tabId) -
encoded
-
getDecodedState
-
getClientId
-
getTabId
-
getEncoded
-