public class InteractionState<T extends AccessTokenContext> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InteractionState.State |
| Constructor and Description |
|---|
InteractionState(InteractionState.State state,
T accessTokenContext) |
| Modifier and Type | Method and Description |
|---|---|
T |
getAccessTokenContext() |
InteractionState.State |
getState() |
public InteractionState(InteractionState.State state, T accessTokenContext)
public InteractionState.State getState()
public T getAccessTokenContext()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.