Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP exchanges.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoHeaderFilter.setMessageType(MessageType messageType)
Sets the type of message in the exchange to process headers for.
|
Constructor and Description |
---|
EntityExtractFilter(MessageType type,
Expression target)
Builds an EntityExtractFilter that will act either on
REQUEST or RESPONSE
flow, extracting patterns into the given target Expression . |
EntityExtractFilter(MessageType type,
Expression target,
Charset charset)
Builds an EntityExtractFilter that will act either on
REQUEST or RESPONSE
flow, extracting patterns into the given target Expression . |
HeaderFilter(MessageType messageType)
Builds a HeaderFilter processing either the incoming or outgoing message.
|
Modifier and Type | Method and Description |
---|---|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 ForgeRock AS. All rights reserved.