public class AuthenticationSessionCompoundId extends Object
Constructor and Description |
---|
AuthenticationSessionCompoundId(String rootSessionId,
String tabId,
String clientUUID,
String encodedId) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSessionCompoundId |
decoded(String rootAuthSessionId,
String tabId,
String clientUUID) |
static AuthenticationSessionCompoundId |
encoded(String encodedId) |
static AuthenticationSessionCompoundId |
fromAuthSession(AuthenticationSessionModel authSession) |
String |
getClientUUID() |
String |
getEncodedId() |
String |
getRootSessionId() |
String |
getTabId() |
public static AuthenticationSessionCompoundId fromAuthSession(AuthenticationSessionModel authSession)
public static AuthenticationSessionCompoundId decoded(String rootAuthSessionId, String tabId, String clientUUID)
public static AuthenticationSessionCompoundId encoded(String encodedId)
public String getRootSessionId()
public String getTabId()
public String getClientUUID()
public String getEncodedId()
Copyright © 2019 JBoss by Red Hat. All rights reserved.