Package org.forgerock.openig.tools
Class InternalSsoTokenContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.openig.tools.InternalSsoTokenContext
-
- All Implemented Interfaces:
Context
public class InternalSsoTokenContext extends AbstractContext
AnInternalSsoTokenContext
used to store an SSO token.
-
-
Field Summary
-
Fields inherited from class org.forgerock.services.context.AbstractContext
data
-
-
Constructor Summary
Constructors Constructor Description InternalSsoTokenContext(Context parent, String token)
Creates a newInternalSsoTokenContext
context with the provided token.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
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 Detail
-
InternalSsoTokenContext
public InternalSsoTokenContext(Context parent, String token)
Creates a newInternalSsoTokenContext
context with the provided token.- Parameters:
parent
- The parent context.token
- The token associated with this context to store, notnull
.
-
-
Method Detail
-
getValue
public String getValue()
Returns the token associated with thisInternalSsoTokenContext
context.- Returns:
- the token associated with this
InternalSsoTokenContext
context.
-
-