edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Create a credential provider of a Web Service security configuration

Create a credential provider of a Web Service security configuration

Configuration Options     Related Tasks     Related Topics

This assistant helps you create a new credential provider for an existing Web Service security configuration.

Reasons for creating a credential provider for a Web Service security configuration is to enable password digest usage in SOAP messages and configure the keystore used to encrypt or digitally sign a SOAP message.

Configuration Options

Name Description
Name of

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name of=user-specified-name

MBean Attribute:
WebserviceCredentialProviderMBean.Name

Changes take effect after you redeploy the module or restart the server.

Class Name

The fully qualified name of the class that implements a particular credential provider or token handler.

MBean Attribute:
WebserviceCredentialProviderMBean.ClassName

Token Type

Specifies the type of token used for the particular credential provider or token handler.

WebLogic Server supports, by default, three types of tokens: X.509, UsernameToken, and SAML, as specified by the following WS-Security specifications:

  • Web Services Security: Username Token Profile

  • Web Services Security: X.509 Token Profile

  • Web Services Security: SAML Token Profile

To specify one of these out-of-the-box types, use these values respectively: "ut", "x509", or "saml".

MBean Attribute:
WebserviceCredentialProviderMBean.TokenType

Name of

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:
Name of=user-specified-name

MBean Attribute:
ConfigurationPropertyMBean.Name

Changes take effect after you redeploy the module or restart the server.

Value

Specifies the value of the property.

If the property is encrypted, then attribute is null and one should use the EncryptedValue attribute to get the decrypted value.

MBean Attribute:
ConfigurationPropertyMBean.Value

Encrypted

MBean Attribute:
ConfigurationPropertyMBean.isEncryptValueRequired

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics