This type is a class for model objects.
Configuration setting for Authentication module. It's invoked by a container before a request message is processed by the requested resource and before a response message is returned.
Package: security| Attributes Summary | |
| moduleID : EString | Unique name that identifies the server authentication module. |
| requestPolicy : AuthenticationPolicy | Protection policy enforced by the authentication module for request messages. |
| responsePolicy : AuthenticationPolicy | Protection policy enforced by the authentication module for reponse messages. |
| className : EString | Package-qualified name of the class that implements the authentication module. |
| order : EInt | Specify the order of the authentication module which will be invoked by the runtime from lower to high. |
| properties : Property * | * No description is available * |
| Attribute Details |