Package org.forgerock.openig.openam
Class StsContext
- java.lang.Object
 - 
- org.forgerock.services.context.AbstractContext
 - 
- org.forgerock.openig.openam.StsContext
 
 
 
- 
- All Implemented Interfaces:
 Context
public class StsContext extends AbstractContext
AStsContextconvey the token transformation results to downstream filters and handlers. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringNAMEContext's name.- 
Fields inherited from class org.forgerock.services.context.AbstractContext
data 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIssuedToken()Returns 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 Detail
- 
NAME
public static final String NAME
Context's name.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getIssuedToken
public String getIssuedToken()
Returns the token issued by the AM STS.- Returns:
 - the token issued by the AM STS.
 
 
 - 
 
 -