All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.ref-messagesecurityproviderconfignew.html Maven / Gradle / Ivy

There is a newer version: 3.2-b03
Show newest version

New Provider Configuration

Use the New Provider Configuration page to create a new message security provider configuration.

The New Provider Configuration page contains the following options.

Provider ID

The name of the message security provider.

Default Provider

If this option is selected, this provider is the default provider. The default provider will be invoked for any application that does not identify a specific provider. Whether the provider is the default client provider, the default server provider, or both is determined by the Provider Type.

Provider Type

Specifies the type of the provider. Available choices are:

client

Specifies that the provider is the client authentication provider.

server

Specifies that the provider is the server authentication provider.

client-server

Specifies that the provider is both a client and a server authentication provider.

Class Name

The name of the Java implementation class of the provider. Client authentication providers must implement the com.sun.enterprise.security.jauth.ClientAuthModule interface. Server-side providers must implement the com.sun.enterprise.security.jauth.ServerAuthModule interface. Client-server providers must implement both interfaces.

Authenticate Source (for Request Policy)

The type of required authentication for the request policy. The request policy determines the request processing that the authentication provider performs. The request policy fields are optional, but if they are not specified, the authentication provider does not authenticate request messages.

Select sender to specify message-layer sender authentication (for example, username and password) of request messages. Select content to specify content authentication (for example, digital signature) of request messages. Leave the field empty to not authenticate the source of requests. By default, no authentication type is selected.

For a description of the actions performed by the SOAP message security providers, see Request and Response Policy Configurations.

Authenticate Recipient (for Request Policy)

Specifies whether recipient authentication occurs before or after content authentication for the request policy.

Select before-content or after-content to require message-layer authentication of the receiver of the request message to its sender (by XML encryption). If the value is not specified, the default is after-content. Policies are expressed in message sender order, so after-content means that the message receiver decrypts the message before validating the signature.

Authenticate Source (for Response Policy)

The type of required authentication for the response policy. The response policy determines the response processing that the authentication provider performs. The response policy fields are optional, but if they are not specified, no authentication is applied to response messages.

Select sender to specify message-layer sender authentication (for example, username password) of response messages. Select content to specify content authentication (for example, digital signature) of response messages. Leave the field empty to not authenticate response sources. By default, no authentication type is selected.

For a description of the actions performed by the SOAP message security providers, see Request and Response Policy Configurations.

Authenticate Recipient (for Response Policy)

Specifies whether recipient authentication occurs before or after content authentication for the response policy.

Select before-content or after-content to define a requirement for message-layer authentication of the receiver of the response message to its sender (by XML encryption). If the value is not specified, the default is after-content. Policies are expressed in message sender order, so after-content means that the message receiver decrypts the message before validating the signature.

Additional Properties

Additional properties for the message security provider configuration. For a description of the additional properties available for provider configurations, see Properties Specific to Message Security Provider Configurations.

Related Tasks
Related asadmin Commands




© 2015 - 2024 Weber Informatics LLC | Privacy Policy