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 SummaryFields Modifier and Type Field Description static StringNAMEContext's name.- 
Fields inherited from class org.forgerock.services.context.AbstractContextdata
 
- 
 - 
Method SummaryAll 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.AbstractContextas, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME Context's name.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getIssuedTokenpublic String getIssuedToken() Returns the token issued by the AM STS.- Returns:
- the token issued by the AM STS.
 
 
- 
 
-