Package | Description |
---|---|
oracle.wsm.common.sdk | |
oracle.wsm.policyengine | |
oracle.wsm.policyengine.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
IHttpMessageContext
Marker Interface for REST Security.
|
interface |
IMessageContext
MessageContext used while executing a Policy
|
interface |
INormalizedMessageContext
Normalised version of MessageContext Definition.
|
interface |
IRESTHttpMessageContext
RESTHttp MessageContext Definition.
|
interface |
ISOAPBindingMessageContext
SOAPBindingMessageContext Definition.
|
interface |
IURLMessageContext
URLMessageContext Definition.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageContext
Abstract transport context class implementing IMessageContext interface
|
class |
NormalizedMessageContext
Message context with Normalization feature support
|
class |
RESTHttpMessageContext
Rest based MessageContext implementation.
|
class |
SOAPBindingMessageContext
SOAP Binding supported MessageContext implementation
|
class |
URLMessageContext
IURLMessageContext implementation
|
class |
XMLMessageContext
This class represents XML Message context
|
Modifier and Type | Method and Description |
---|---|
IResult |
IAssertionExecutor.execute(IContext mcontext)
Must always return a non-null IResult object.
|
void |
IAssertionExecutor.init(IAssertion ia,
IExecutionContext context,
IContext msgContext)
This method is called after the AssertionExecutor is created or after one of
the properties has been changed.
|
IResult |
IAssertionExecutor.postExecute(IContext messageContext)
Executes any task required after policy execution.
|
IAssertion |
IAssertionExecutor.preInit(IAssertion ia,
IExecutionContext econtext,
IContext msgContext) |
Modifier and Type | Method and Description |
---|---|
IResult |
AssertionExecutor.postExecute(IContext messageContext)
Executes any task required after policy execution.
|
IAssertion |
AssertionExecutor.preInit(IAssertion ia,
IExecutionContext econtext,
IContext msgContext) |