Package org.forgerock.openig.openam
Class StsContext
- java.lang.Object
-
- org.forgerock.services.context.AbstractContext
-
- org.forgerock.openig.openam.StsContext
-
- All Implemented Interfaces:
org.forgerock.services.context.Context
public class StsContext extends org.forgerock.services.context.AbstractContextAStsContextconvey the token transformation results to downstream filters and handlers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIssuedToken()Returns the token issued by the OpenAM STS.
-
-
-
Method Detail
-
getIssuedToken
public String getIssuedToken()
Returns the token issued by the OpenAM STS.- Returns:
- the token issued by the OpenAM STS.
-
-