
en.help.ref-messagesecurityconfignew.html Maven / Gradle / Ivy
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.
- Configuration Name
-
The name of the configuration to which the settings on this page apply. This field is read only.
- 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.
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices