View This RDBMS Security Store

get

/management/weblogic/{version}/serverConfig/securityConfiguration/realms/{name}/RDBMSSecurityStore

View this RDBMS security store.

Request

Path Parameters
Query Parameters
  • The 'excludeFields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields whose name is not on the list will be returned. If not present, all fields are returned (unless the 'fields' query parameter is specified). Note: 'fields' must not be specified if 'excludeFields' is specified.
  • The 'fields' query parameter is used to restrict which fields are returned in the response. It is a comma separated list of field names. If present, only fields with matching names are returned. If not present, all fields are returned (unless the 'excludeFields' query parameter is specified). Note: 'excludeFields' must not be specified if 'fields' is specified.
Security
Back to Top

Response

Supported Media Types

200 Response

Returns this RDBMS security store.

This method can return the following links:

  • rel=realm

    This resource's realm reference to a realm resource.

Body ()
Root Schema : RDBMS Security Store
Type: object
Show Source
  • The JDBC driver specific connection parameters. This attribute is a comma-delimited list of key-value properties to pass to the driver for configuration of JDBC connection pool, in the form of xxKey=xxValue, xxKey=xxValue

    The syntax of the attribute will be validated and an InvalidAttributeValueException is thrown if the check failed.

  • The URL of the database to which to connect. The format of the URL varies by JDBC driver.

    The URL is passed to the JDBC driver to create the physical database connections.

    Constraints

    • legal null
  • The full package name of the JDBC driver class used to create the physical database connections in the connection pool. Note that this driver class must be in the classpath of any server to which it is deployed.

    For example:

    • oracle.jdbc.OracleDriver

    • com.microsoft.sqlserver.jdbc.SQLServerDriver

    It must be the name of a class that implements the java.sql.Driver interface. The full pathname of the JDBC driver is available in the documentation.

    Constraints

    • legal null
  • Minimum Value: 0
    Default Value: 0

    The number of times to attempt to reconnect if the JMS system notifies Kodo of a serious connection error.

    The default is 0, and by default the error is logged but ignored. The value cannot be less than 0.

  • The JMS topic to which the Kodo remote commit provider should publish notifications and subscribe for notifications sent from other JVMs. This setting varies depending on the application server in use.

  • The JNDI name of a javax.jms.TopicConnectionFactory instance to use for finding JMS topics.

    This setting varies depending on the application server in use. Consult the JMS documentation for details about how this parameter should be specified.

  • The password to authenticate the user defined in the JNDIUsername attribute for Kodo notification.

    When getting the value of this attribute, WebLogic Server does the following:

    • Retrieves the value of the JNDIPasswordEncrypted attribute.

    • Decrypts the value and returns the unencrypted password as a String.

    When you set the value of this attribute, WebLogic Server does the following:

    • Encrypts the value.

    • Sets the value of the JNDIPasswordEncrypted attribute to the encrypted value.

    Using this attribute (JNDIPassword) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

    Instead of using this attribute, use JNDIPasswordEncrypted

  • The JNDI user name used for Kodo notification.

  • Read Only: true
    Default Value: RDBMSSecurityStore

    The name of this configuration.

  • The comma-delimited list of key-value properties to pass to the JNDI InitialContext on construction, in the form of xxKey=xxValue, xxKey=xxValue

    The following are examples of keys:

    • java.naming.provider.url: property for specifying configuration information for the service provider to use. The value of the property should contain a URL string (For example: iiops://localhost:7002).

    • java.naming.factory.initial: property for specifying the initial context factory to use. The value of the property should be the fully qualified class name of the factory class that will create an initial context (For example: weblogic.jndi.WLInitialContextFactory).

    When setting the attribute, the syntax of its value is validated, and an InvalidAttributeValueException is thrown if the check fails.

  • The password for the user specified in the Username attribute for connecting to the datastore.

    When getting the value of this attribute, WebLogic Server does the following:

    • Retrieves the value of the PasswordEncrypted attribute.

    • Decrypts the value and returns the unencrypted password as a String.

    When you set the value of this attribute, WebLogic Server does the following:

    • Encrypts the value.

    • Sets the value of the PasswordEncrypted attribute to the encrypted value.

    Note that use of the Password attribute is a potential security risk because the String object that contains the unencrypted password remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.

    Instead of using this attribute, use PasswordEncrypted

  • Realm Reference
    Title: Realm Reference
    Read Only: true
    Contains the realm reference.

    Returns the realm that contains this RDBMS security store. Returns null if this RDBMS security store is not contained by a realm.

  • The username to use when connecting to the datastore.

    Constraints

    • legal null
Nested Schema : Realm Reference
Type: array
Title: Realm Reference
Read Only: true
Contains the realm reference.

Returns the realm that contains this RDBMS security store. Returns null if this RDBMS security store is not contained by a realm.

Show Source
Back to Top