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
ConstructorsConstructorDescriptionInternalSsoTokenContext(Context parent, String token) Creates a newInternalSsoTokenContextcontext with the provided token. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the token associated with thisInternalSsoTokenContextcontext.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 newInternalSsoTokenContextcontext 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 thisInternalSsoTokenContextcontext.- Returns:
- the token associated with this
InternalSsoTokenContextcontext.
-