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
AnInternalSsoTokenContextused 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 newInternalSsoTokenContextcontext with the provided token. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()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 Detail
- 
InternalSsoTokenContext
public InternalSsoTokenContext(Context parent, String token)
Creates a newInternalSsoTokenContextcontext 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 thisInternalSsoTokenContextcontext.- Returns:
 - the token associated with this 
InternalSsoTokenContextcontext. 
 
 - 
 
 -