Package | Description |
---|---|
org.forgerock.openig.filter |
Filters the requests and/or responses of HTTP.
|
org.forgerock.openig.util |
Miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoHeaderFilter.setMessageType(MessageType messageType)
Sets the type of message 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 2011-2015 ForgeRock AS.