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

en.help.task-messagesecurityconfigedit.html Maven / Gradle / Ivy

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



To Edit a Message Security Configuration

To enable message security for web services endpoints deployed in GlassFish Server, you must specify a provider to be used by default on the server side. If you enable a default provider for message security, you also need to enable providers to be used by clients of the web services deployed in GlassFish Server. Information on enabling the providers used by clients is discussed in To Enable Message Security for Application Clients.

To enable message security for web service invocations originating from deployed endpoints, you must specify a default client provider. If you enabled a default client provider for GlassFish Server, you must ensure that any services invoked from endpoints deployed in GlassFish Server are compatibly configured for message layer security.

  1. In the navigation tree, expand the Configuration node.
  2. Expand the Security node.
  3. Select the Message Security node.

    The Message Security Configurations page opens.

  4. On the Message Security Configurations page, click the Authentication Layer name of the configuration that you are editing.

    By default, the only configured message security configuration is SOAP.

    The Edit Message Security Configuration page opens.

  5. On the Edit Message Security Configuration page, from the Default Provider drop-down list, select a server-side provider.

    The default server provider, also called the default provider, identifies the server provider invoked for an application that does not identify a specific server provider. Available choices are ServerProvider, XWS_ServerProvider, or none. By default, no provider is selected, so that GlassFish Server will not invoke a message security provider on the server side. Generally, select ServerProvider as the default provider.

  6. From the Default Client Provider drop-down list, select a client provider.

    The default client provider identifies the client provider invoked for an application that does not identify a specific client provider. Available choices are ClientProvider, XWS_ClientProvider, or none. By default, no provider is selected, so that GlassFish Server will not invoke a message security provider on the client side. Generally, select none for the default client provider. Select ClientProvider to enable a default provider and message protection policy to apply to the web services invocations originating from web services endpoints deployed on GlassFish Server.

  7. Click Save.
  8. For instructions on how to modify message protection policies of enabled client or server providers, see To Edit a Message Security Provider Configuration.
See Also




© 2015 - 2024 Weber Informatics LLC | Privacy Policy