Package org.forgerock.openig.tools
Class InternalSsoTokenContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.tools.InternalSsoTokenContext
- All Implemented Interfaces:
Context
An
InternalSsoTokenContext
used to store an SSO token.-
Field Summary
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
Constructor Summary
ConstructorDescriptionInternalSsoTokenContext
(Context parent, String token) Creates a newInternalSsoTokenContext
context with the provided token. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the token associated with thisInternalSsoTokenContext
context.Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
Constructor Details
-
InternalSsoTokenContext
Creates a newInternalSsoTokenContext
context with the provided token.- Parameters:
parent
- The parent context.token
- The token associated with this context to store, notnull
.
-
-
Method Details
-
getValue
Returns the token associated with thisInternalSsoTokenContext
context.- Returns:
- the token associated with this
InternalSsoTokenContext
context.
-