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

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

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

New Message Security Configuration

Use the New Message Security Configuration page to create an HttpServlet configuration for message security.

The New Message Security Configuration page contains the following options.

Authentication Layer

Specifies the message layer at which authentication is performed. The value must be SOAP or HttpServlet. Because a SOAP configuration is available by default, the only choice is HttpServlet.

Provider ID

The unique identifier of the provider configuration for this message security configuration.

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.

Additional Properties

Additional properties for the message security configuration.

Related Tasks
Related asadmin Commands

None.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy