Package | Description |
---|---|
org.forgerock.openig.decoder |
Decodes HTTP entities that are compressed or encoded.
|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
org.forgerock.openig.header |
Processes HTTP message header fields.
|
org.forgerock.openig.resolver |
Performs object resolution for dynamic expression and script integration.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Decoder
Decodes an HTTP message entity input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
DeflateDecoder
Decodes an entity encoded with
deflate encoding. |
class |
GzipDecoder
Decodes an entity encoded with
gzip encoding. |
Modifier and Type | Class and Description |
---|---|
class |
OAuth2BearerWWWAuthenticateHeader
Processes the OAuth 2.0 Bearer
WWW-Authenticate
message header. |
Modifier and Type | Interface and Description |
---|---|
interface |
Header
An HTTP message header.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionHeader
Processes the
Connection message header. |
class |
ContentEncodingHeader
Processes the
Content-Encoding message header. |
class |
ContentLengthHeader
Processes the
Content-Length message header. |
class |
ContentTypeHeader
Processes the
Content-Type message header. |
class |
CookieHeader
Processes the
Cookie request message header. |
class |
LocationHeader
Processes the
Location message header. |
Modifier and Type | Interface and Description |
---|---|
interface |
Resolver
Exposes an object's elements for access through dynamic expressions and
scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayResolver
Resolves native arrays of objects.
|
class |
BeanResolver
Resolves Java Beans objects.
|
class |
ListResolver
Resolves
List objects. |
class |
MapResolver
Resolves
Map objects. |
class |
PrincipalResolver
Resolves
Principal objects. |
class |
RequestResolver
Resolves
Request objects. |
class |
Unresolver
Unconditionally resolves to
UNRESOLVED . |
Modifier and Type | Method and Description |
---|---|
static <K,V extends Indexed<K>> |
Loader.loadMap(Class<K> keyType,
Class<V> serviceType)
Loads services of a particular type into a map.
|
Copyright © 2014 ForgeRock AS. All rights reserved.