Package org.forgerock.openig.openam
Class StsContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.openam.StsContext
- All Implemented Interfaces:
 Context
A 
StsContext convey the token transformation results to downstream filters and handlers.- 
Field Summary
FieldsFields inherited from class org.forgerock.services.context.AbstractContext
data - 
Method Summary
Modifier and TypeMethodDescriptionReturns the token issued by the AM STS.Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString 
- 
Field Details
- 
NAME
Context's name.- See Also:
 
 
 - 
 - 
Method Details
- 
getIssuedToken
Returns the token issued by the AM STS.- Returns:
 - the token issued by the AM STS.
 
 
 -