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