Package | Description |
---|---|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
<T> Optional<T> |
OAuth2Request.getContextFor(OAuth2Request.ContextKey key,
Class<T> type)
The request context is a generic storage mechanism of the
OAuth2Request that
allows the various layers of OAuth2 processing to inter operate. |
void |
OAuth2Request.setContextFor(OAuth2Request.ContextKey key,
Object value)
Assign a specific object in a per-request context.
|
Copyright © 2010-2017, ForgeRock All Rights Reserved.