public class IdentityBrokerState extends Object
Modifier and Type | Method and Description |
---|---|
static IdentityBrokerState |
decoded(String state,
String clientId,
String tabId) |
static IdentityBrokerState |
encoded(String encodedState) |
String |
getClientId() |
String |
getDecodedState() |
String |
getEncoded() |
String |
getTabId() |
public static IdentityBrokerState decoded(String state, String clientId, String tabId)
public static IdentityBrokerState encoded(String encodedState)
public String getDecodedState()
public String getClientId()
public String getTabId()
public String getEncoded()
Copyright © 2021 JBoss by Red Hat. All rights reserved.