DomainKeystoresDomainRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

This MBean is used to manage a domain's Domain Keystores.

       
Since14.1.2.0.0
Fully Qualified Interface NameIf you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.DomainKeystoresDomainRuntimeMBean
Factory Methods No factory methods. Instances of this MBean are created automatically.
Access Points You can access this MBean from the following MBean attributes:
    Access Points Inherited from RuntimeMBean Because this MBean extends or implements RuntimeMBean, you can also access this MBean by retrieving RuntimeMBeans. The following attributes contain RuntimeMBeans and its subtypes:


    Attributes

    This section describes the following attributes:


    CachingDisabled

    Private property that disables caching in proxies.

           
    Privileges Read only
    Typeboolean

    MBeanInfo

    Returns the MBean info for this MBean.

    Deprecated.

           
    Privileges Read only
    Typejavax.management.MBeanInfo

    Name

    The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

           
    Privileges Read only
    Typejava.lang.String

    ObjectName

    Returns the ObjectName under which this MBean is registered in the MBean server.

    Deprecated.

           
    Privileges Read only
    Typeweblogic.management.WebLogicObjectName

    Parent

    Return the immediate parent for this MBean

           
    Privileges Read/Write
    Type

    Registered

    Returns false if the MBean represented by this object has been unregistered.

    Deprecated.

           
    Privileges Read only
    Typeboolean

    Type

    Returns the type of the MBean.

           
    Privileges Read only
    Typejava.lang.String


    Operations

    This section describes the following operations:


    addProvisionedIdentityCertificate

    Add a provisioned identity certificate to the domain.

       
    Operation Name"addProvisionedIdentityCertificate"
    ParametersObject [] {  toAliasfromFileNamefromFileTypefromFilePassphrasefromAliasfromAliasPassphrase }

    where:

    • toAlias is an object of type java.lang.String that specifies:

      The alias to use for the new provisioned identity certificate

    • fromFileName is an object of type java.lang.String that specifies:

      The name of the input file

    • fromFileType is an object of type java.lang.String that specifies:

      The type of the input file

    • fromFilePassphrase is an object of type java.lang.String that specifies:

      The passphrase for the input file (if needed)

    • fromAlias is an object of type java.lang.String that specifies:

      The alias of the entry in the input file (if needed)

    • fromAliasPassphrase is an object of type java.lang.String that specifies:

      The passphrase for the entry in the input file (if needed)

    SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions
    • weblogic.management.ManagementException

    addProvisionedTrustCertificate

    Add a provisioned trust anchor to the domain.

       
    Operation Name"addProvisionedTrustCertificate"
    ParametersObject [] {  toAliasfromFileNamefromFileTypefromFilePassphrasefromAlias }

    where:

    • toAlias is an object of type java.lang.String that specifies:

      The alias to use for the new provisioned trust anchor

    • fromFileName is an object of type java.lang.String that specifies:

      The name of the input file

    • fromFileType is an object of type java.lang.String that specifies:

      The type of the input file

    • fromFilePassphrase is an object of type java.lang.String that specifies:

      The passphrase for the input file (if needed)

    • fromAlias is an object of type java.lang.String that specifies:

      The alias of the entry in the input file (if needed)

    SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions
    • weblogic.management.ManagementException

    exportTrustedCertificates

    Export the certificates trusted by the domain; that is, the contents of the "Domain Trust" keystore combined with the contents of the "Provisioned Trust" keystore.

       
    Operation Name"exportTrustedCertificates"
    ParametersObject [] {  toFileNametoFileTypetoFilePassphrase }

    where:

    • toFileName is an object of type java.lang.String that specifies:

      The name of the output file

    • toFileType is an object of type java.lang.String that specifies:

      The type of the output file

    • toFilePassphrase is an object of type java.lang.String that specifies:

      The passphrase for the output file (if needed)

    SignatureString [] { "java.lang.String", "java.lang.String", "java.lang.String" }
    Returns void
    Exceptions
    • weblogic.management.ManagementException

    listDomainCaKeystore

    List the domain certificate authority's keystore.

           
    Operation Name"listDomainCaKeystore"
    Parametersnull
    Signaturenull
    Returns class
    Exceptions
    • weblogic.management.ManagementException
    Security roles Only the following roles can invoke this operation:
    • Operator

    listDomainTrustKeystore

    List the domain certificate authority certificates trusted by the domain.

           
    Operation Name"listDomainTrustKeystore"
    Parametersnull
    Signaturenull
    Returns class
    Exceptions
    • weblogic.management.ManagementException
    Security roles Only the following roles can invoke this operation:
    • Operator

    listProvisionedIdentityKeystore

    List the provisioned identity certificates for the domain.

           
    Operation Name"listProvisionedIdentityKeystore"
    Parametersnull
    Signaturenull
    Returns class
    Exceptions
    • weblogic.management.ManagementException
    Security roles Only the following roles can invoke this operation:
    • Operator

    listProvisionedTrustKeystore

    List the provisioned trust anchors for the domain.

           
    Operation Name"listProvisionedTrustKeystore"
    Parametersnull
    Signaturenull
    Returns class
    Exceptions
    • weblogic.management.ManagementException
    Security roles Only the following roles can invoke this operation:
    • Operator

    removeProvisionedIdentityCertificate

    Remove a provisioned identity certificate from the domain.

       
    Operation Name"removeProvisionedIdentityCertificate"
    ParametersObject [] {  alias }

    where:

    • alias is an object of type java.lang.String that specifies:

      The alias of the provisioned identity certificate to remove

    SignatureString [] { "java.lang.String" }
    Returns void
    Exceptions
    • weblogic.management.ManagementException

    removeProvisionedTrustCertificate

    Remove a provisioned trust anchor from the domain.

       
    Operation Name"removeProvisionedTrustCertificate"
    ParametersObject [] {  alias }

    where:

    • alias is an object of type java.lang.String that specifies:

      The alias of the provisioned trust anchor to remove

    SignatureString [] { "java.lang.String" }
    Returns void
    Exceptions
    • weblogic.management.ManagementException