public class InternalSsoTokenContext extends AbstractContext
InternalSsoTokenContext
used to store an SSO token.data
Constructor and Description |
---|
InternalSsoTokenContext(Context parent,
String token)
Creates a new
InternalSsoTokenContext context with the provided token. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the token associated with this
InternalSsoTokenContext context. |
asContext, containsContext, containsContext, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
public InternalSsoTokenContext(Context parent, String token)
InternalSsoTokenContext
context with the provided token.parent
- The parent context.token
- The token associated with this context to store, not null
.public String getValue()
InternalSsoTokenContext
context.InternalSsoTokenContext
context.Copyright 2011-2017 ForgeRock AS.