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