Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Interface
weblogic.descriptor.DescriptorBean

Packages that use DescriptorBean
com.bea.security.providers.authentication.passwordvalidator Provides configuration information for the System Password Validator provider. 
com.bea.security.saml2.providers Provides interfaces and classes for the configuration, control, and monitoring of SAML 2.0 security providers in a WebLogic security realm. 
weblogic.application This package contains public WebLogic Application classes / interfaces. 
weblogic.deploy.api.model Provides interfaces and classes that represent represent the Java EE configuration of a deployable object. 
weblogic.deploy.api.spi Provides interfaces and classes to handle specific configuration and deployment control for WebLogic Server. 
weblogic.descriptor Provides the tools and API for defining and using the descriptor API. 
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
weblogic.management.mbeanservers.domainruntime Provides interfaces for weblogic.management.mbeanservers.domainruntime
weblogic.management.mbeanservers.edit Provides interfaces and exceptions for weblogic.management.mbeanservers.edit
weblogic.management.mbeanservers.runtime Provides interfaces for weblogic.management.mbeanservers.runtime
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.management.security.audit Provides interfaces and classes for the configuration, control and monitoring of Audit security providers in a WebLogic security realm. 
weblogic.management.security.authentication Provides interfaces and classes for the configuration, control and monitoring of Authentication security providers in a WebLogic security realm. 
weblogic.management.security.authorization Provides interfaces and classes for the configuration, control and monitoring of Authorization, Adjudication, and Role Mapping security providers in a WebLogic security realm. 
weblogic.management.security.credentials Provides interfaces and classes for the configuration, control and monitoring of Credential Mapping security providers in a WebLogic security realm. 
weblogic.management.security.pk Provides interfaces and classes for the configuration, control and monitoring of certification path security providers in a WebLogic security realm. 
weblogic.management.utils This package includes interfaces and exceptions for developers who are interested in creating custom applications that use BEA WebLogic Server facilities to monitor and configure applications and WebLogic Server instances. 
weblogic.security.providers.audit Provides an interface to configure the WebLogic Auditing provider. 
weblogic.security.providers.authentication Provides the UsernameMapperInterface, which is used to perform certificate-based and distinguished name user authentication. 
weblogic.security.providers.authorization Provides interfaces for the WebLogic Adjudication, Authorization, and Role Mapping providers. 
weblogic.security.providers.credentials Provides interfaces for the WebLogic and PKI Credential Mapping provider. 
weblogic.security.providers.pk Provides interfaces for CertPath and Keystore providers. 
weblogic.security.providers.realmadapter Provides interfaces for Realm Adapter Adjudication, Auditing, Authentication, and Authorization providers. 
weblogic.security.providers.saml Provides interfaces and classes for the configuration, control, and monitoring of SAML 1.1 security providers in a WebLogic security realm. 
weblogic.security.providers.saml.registry Abstract interfaces for SAML 1.1 Asserting Parties, Relying Parties, and metadata. 
weblogic.security.providers.utils Provides the interface for the CertRegManager used to manage the certificate registry stored in the embedded LDAP server. 
 

Uses of DescriptorBean in com.bea.security.providers.authentication.passwordvalidator
 

Subinterfaces of DescriptorBean in com.bea.security.providers.authentication.passwordvalidator
 interface SystemPasswordValidatorMBean
          This MBean represents configuration information for the System Password Validator provider.
 

Uses of DescriptorBean in com.bea.security.saml2.providers
 

Subinterfaces of DescriptorBean in com.bea.security.saml2.providers
 interface SAML2CredentialMapperMBean
          This MBean represents configuration information for the SAML2 Credential Mapping provider.
 interface SAML2IdentityAsserterMBean
          This MBean represents configuration information for the SAML2 Identity Assertion provider.
 interface SAML2IdPPartnerRegistryMBean
          The SAMLIdPPartnerRegistry is used manage a registry of SAML 2.0 Identity Provider partners.
 interface SAML2PartnerRegistryMBean
          The SAMLPartnerRegistry provides utilities common to a registry of SAML partners.
 interface SAML2SPPartnerRegistryMBean
          The SAML2SPPartnerRegistry is used manage a registry of SAML 2.0 SP partners.
 

Uses of DescriptorBean in weblogic.application
 

Methods in weblogic.application that return types with arguments of type DescriptorBean
 Map<String,DescriptorBean> MergedDescriptorModule.getDescriptorMappings()
          Deprecated. Return a map of URI to DescriptorBean mappings which will be used to provide the descriptor's xml when looked up from the classloader.
 

Uses of DescriptorBean in weblogic.deploy.api.model
 

Methods in weblogic.deploy.api.model that return DescriptorBean
 DescriptorBean WebLogicDDBeanRoot.getDescriptorBean()
          Returns the typed descriptor bean tree for this descriptor
 DescriptorBean WebLogicDeployableObject.getDescriptorBean()
          Typed descriptor bean tree for this modules standard descriptor.
 DescriptorBean WebLogicJ2eeApplicationObject.getDescriptorBean()
           
 

Methods in weblogic.deploy.api.model with parameters of type DescriptorBean
 void WebLogicDDBeanRoot.export(DescriptorBean bean, String[] props)
          Create new plan using variables for properties in descriptor beans.
 

Uses of DescriptorBean in weblogic.deploy.api.spi
 

Methods in weblogic.deploy.api.spi that return DescriptorBean
 DescriptorBean WebLogicDConfigBean.getDescriptorBean()
          Accesses the underlying descriptor bean.
 

Methods in weblogic.deploy.api.spi with parameters of type DescriptorBean
 void WebLogicDConfigBeanRoot.export(DescriptorBean bean, String[] props)
          Create new plan using variables for properties in descriptor beans.
 

Uses of DescriptorBean in weblogic.descriptor
 

Methods in weblogic.descriptor that return DescriptorBean
 DescriptorBean DescriptorBean.createChildCopyIncludingObsolete(String propertyName, DescriptorBean beanToCopy)
          Variation on createChildCopy that also copies @obsolete properties
 DescriptorBean BeanAlreadyExistsException.getExistingBean()
           
 DescriptorBean DescriptorBean.getParentBean()
          Returns the bean that is the parent of this bean.
 

Methods in weblogic.descriptor with parameters of type DescriptorBean
 DescriptorBean DescriptorBean.createChildCopyIncludingObsolete(String propertyName, DescriptorBean beanToCopy)
          Variation on createChildCopy that also copies @obsolete properties
 

Constructors in weblogic.descriptor with parameters of type DescriptorBean
BeanAlreadyExistsException(DescriptorBean existingBean)
           
BeanAlreadyExistsException(String s, DescriptorBean existingBean)
           
 

Uses of DescriptorBean in weblogic.j2ee.descriptor.wl
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type DescriptorBean
 VariableAssignmentBean DeploymentPlanBean.assignVariable(VariableBean var, ModuleDescriptorBean desc, DescriptorBean bean, String prop)
          Create new variable assignment from existing variable.
 VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased)
           
 VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
 VariableBean DeploymentPlanBean.findOrCreateVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop, boolean planBased, Object oldKeyValue)
           
 VariableBean DeploymentPlanBean.findVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
 VariableAssignmentBean DeploymentPlanBean.findVariableAssignment(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
 boolean DeploymentPlanBean.hasVariable(ModuleDescriptorBean desc, DescriptorBean bean, String prop)
           
 boolean DeploymentPlanBean.isRemovable(DescriptorBean bean)
           
 

Uses of DescriptorBean in weblogic.management.configuration
 

Subinterfaces of DescriptorBean in weblogic.management.configuration
 interface AdminConsoleMBean
          AdminConsoleMBean is a console specific MBean to configure weblogic administration console attributes.
 interface AdminServerMBean
          Deprecated. 9.0.0.0
 interface AppDeploymentMBean
          This MBean is used to configure all physical package types which can be deployed on a WebLogic domain, for instance, EAR files and standalone Java EE and non-Java EE modules.
 interface ApplicationMBean
          Deprecated. 9.0.0.0 Replaced by AppDeploymentMBean
 interface AuthConfigProviderMBean
           
 interface AuthModuleMBean
           
 interface BasicDeploymentMBean
          This bean represents a file or archive that is deployed to a set of targets in the domain.
 interface BasicRealmMBean
          This MBean is the base class for alternative security realms.
 interface BridgeDestinationCommonMBean
          This MBean represents a bridge destination for a messaging bridge instance.
 interface BridgeDestinationMBean
          Deprecated. 9.0.0.0 Replaced with nothing (upgrade to JMSBridgeDestination if it maps to a JMS destination).
 interface CacheAsyncListenersMBean
           
 interface CacheExpirationMBean
           
 interface CacheLoaderMBean
           
 interface CacheMBean
           
 interface CacheStoreMBean
           
 interface CacheTransactionMBean
           
 interface CapacityMBean
          CapacityMBean defines the maximum number of requests that can be enqueued by all the work managers that share it.
 interface CertRevocCaMBean
          This MBean represents the configuration of certificate revocation checking for a specific certificate authority.
 interface CertRevocMBean
          This MBean represents the configuration of the certificate revocation checking across all certificate authorities.
 interface ClassDeploymentMBean
          Temporary MBean for startup and shutdown classes.
 interface ClusterMBean
          This bean represents a cluster in the domain.
 interface CoherenceCacheConfigMBean
          Information that represents a Coherence cache configuration.
 interface CoherenceClusterSystemResourceMBean
          This bean defines a system-level Coherence cluster resource.
 interface CoherenceManagementClusterMBean
          This class is used to hold JMX information about a coherence cluster in both the standalone case and WLS managed cluster case.
 interface CoherenceManagementJMXAddressMBean
          This class holds the JMX connection information needed to connect to a management server.
 interface CoherenceMemberConfigMBean
          This class represents Coherence Operational Configuration for a WLS Server that is part of a Coherence Cluster.
 interface CoherenceServerMBean
          This class represents a Coherence stand-alone server.
 interface CoherenceServerStartMBean
          This bean is used to configure the attributes necessary to start up a server on a remote machine.
 interface CoherenceTierMBean
          This class represents Coherence Tier.
 interface COMMBean
          This bean represents the server-wide configuration of COM
 interface CommonLogMBean
          Configures the basic configuration for the logging system.
 interface ComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface ConfigurationExtensionMBean
          This MBean is a reference to a system configuration extension.
 interface ConfigurationMBean
          The tagging interface for configuration MBeans.
 interface ConfigurationPropertyMBean
          Encapsulates information about a property, such as its value and whether it is encrypted.
 interface ConnectorComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface ContextCaseMBean
          This mbean defines the mapping between the current context (security principal, group etc) and the request class to use.
 interface ContextRequestClassMBean
          This mbean defines the mapping between the current context (security principal, group) and the request class to use.
 interface CustomAuthConfigProviderMBean
           
 interface CustomResourceMBean
          A CustomResource is an untyped SystemResource for which creator of the bean defines the name of the class that will be used when the resource is deployed on the managed server.
 interface DatabaseLessLeasingBasisMBean
          DatabaseLessLeasingBasisMBean defines attributes related to the functioning of singleton services and server migration without the use of a HA database.
 interface DataSourceLogFileMBean
          Defines the logging configuration for a DataSource.
 interface DataSourceMBean
          This bean represents a DataSource within a Weblogic Server instance.
 interface DebugMBean
          The parent interface for the kernel and server debug mbeans.
 interface DebugScopeMBean
          This interface captures whether the enabled state of a debug scope.
 interface DefaultFileStoreMBean
          This MBean describes the configuration of the default file store.
 interface DeploymentConfigurationMBean
          Specifies the domain-level deployment configuration attributes.
 interface DeploymentMBean
          A Deployment is any MBean that may be deployed on one or more targets, such as a Component, a Web Server personality, a JMS Front-end or back-end or a JDBC connection pool.
 interface DeploymentValidationPluginMBean
          Specifies the deployment validation plug-in configuration attributes.
 interface DomainLogFilterMBean
          Deprecated. 9.0.0.0 Replaced by LogFilterMBean
 interface DomainMBean
          A WebLogic Domain is a group of servers and/or clusters which are administered as a group.
 interface DomainTargetedMBean
          This is a marker interface for TargetInfoMBeans (and their descendants) that are targeted to the entire domain.
 interface DynamicServersMBean
          Contains the properties used to control how dynamic servers are created.
 interface EJBComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface EJBContainerMBean
          This MBean is used to specify EJB container-wide settings.
 interface EmbeddedLDAPMBean
          The MBean that defines the configuration properties for the embedded LDAP server for the WebLogic domain.
 interface ErrorHandlingMBean
          Error Handling MBean
 interface ExecuteQueueMBean
          This bean is used to configure an execute queue and its associated thread pool.
 interface FairShareRequestClassMBean
          This mbean defines the fair share value to use for this request class.
 interface FederationServicesMBean
          This MBean represents configuration for SAML 1.1-based Federation Services, including the intersite transfer service, assertion consumer service, and assertion retrieval service.
 interface FileStoreMBean
          Defines an instance of the persistent store on the specified target that will keep its persistent objects in files on the filesystem.
 interface ForeignJMSServerMBean
          Deprecated. 9.0.0.0 Replaced by the ForeignServerBean type in the new JMS module.
 interface ForeignJNDILinkMBean
          This class represents a JNDI link that is outside the WebLogic server.
 interface ForeignJNDIProviderMBean
          This class represents a JNDI provider that is outside the WebLogic server.
 interface GenericFileStoreMBean
          This MBean defines common parameters for file stores.
 interface GenericJDBCStoreMBean
          This MBean defines the parameters for the JDBC store.
 interface HTTPProxyMBean
          This class represents the HTTP proxy configuration.
 interface IIOPMBean
          Configuration for IIOP properties.
 interface JASPICMBean
          Provides configuration for JASPIC (JSR-196) Auth Config Providers on the domain.
 interface JDBCConnectionPoolMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCDataSourceFactoryMBean
          Deprecated. 9.0.0.0 Replaced by AppDeploymentMBean
 interface JDBCDataSourceMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCMultiPoolMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JDBCStoreMBean
          Defines an instance of the persistent store that stores its persistent records in a JDBC-accessible database.
 interface JDBCSystemResourceMBean
          This bean defines a system-level JDBC resource.
 interface JDBCTxDataSourceMBean
          Deprecated. 9.0.0.0 Replaced by JDBCSystemResourceMBean
 interface JMSBridgeDestinationMBean
          This MBean represents a messaging bridge destination for a JMS messaging product.
 interface JMSConnectionConsumerMBean
          Deprecated. 9.0.0.0 This functionality will be removed in a future release. New applications should use message-driven beans for this purpose.
 interface JMSConnectionFactoryMBean
          Deprecated. 9.0.0.0 Replaced by JMSConnectionFactoryBean
 interface JMSDestCommonMBean
          Deprecated. 9.0.0.0 Replaced by DestinationBean
 interface JMSDestinationKeyMBean
          Deprecated. 8.1.0.0 Replaced by DestinationKeyBean
 interface JMSDestinationMBean
          Deprecated. 9.0.0.0 Replaced by DestinationBean
 interface JMSDistributedDestinationMBean
          Deprecated. 9.0.0.0 Replaced by and weblogic.j2ee.descriptor.wl.UnifrormDistributedDestinationBean
 interface JMSDistributedDestinationMemberMBean
          Deprecated. 9.0.0.0 Replaced by DistributedDestinationMemberBean
 interface JMSDistributedQueueMBean
          Deprecated. 9.0.0.0 Replaced by DistributedQueueBean
 interface JMSDistributedQueueMemberMBean
          Deprecated. 9.0.0.0 Replaced by DistributedDestinationMemberBean
 interface JMSDistributedTopicMBean
          Deprecated. 9.0.0.0 Replaced by DistributedTopicBean
 interface JMSDistributedTopicMemberMBean
          Deprecated. 9.0.0.0 Replaced by DistributedDestinationMemberBean
 interface JMSFileStoreMBean
          Deprecated. 9.0.0.0 Replaced by FileStoreMBean
 interface JMSInteropModuleMBean
          This bean defines a system-level JMS resource.
 interface JMSJDBCStoreMBean
          Deprecated. 9.0.0.0 Replaced by JDBCStoreMBean
 interface JMSMessageLogFileMBean
          This defines the configuration aspects of the logs for a jms server.
 interface JMSQueueMBean
          Deprecated. 9.0.0.0 Replaced by QueueBean
 interface JMSSAFMessageLogFileMBean
          This defines the configuration aspects of the logs for a jms server.
 interface JMSServerMBean
          This class represents a JMS server.
 interface JMSSessionPoolMBean
          Deprecated. 9.0.0.0 Replaced with message-dirven beans. This functionality will be removed in a future release.
 interface JMSStoreMBean
          Deprecated. 9.0.0.0 Replaced by PersistentStoreMBean
 interface JMSSystemResourceMBean
          This bean defines a system-level JMS resource.
 interface JMSTemplateMBean
          Deprecated. 9.0.0.0 Replaced by TemplateBean
 interface JMSTopicMBean
          Deprecated. 9.0.0.0 Replaced by TopicBean
 interface JMSVirtualDestinationMBean
          Deprecated. 9.0.0.0 Replaced by DistributedDestinationBean
 interface JMXMBean
          Controls which JMX agents are initialized in the current WebLogic Server domain.
 interface JoltConnectionPoolMBean
          This bean defines a Jolt connection pool.
 interface JPAMBean
          This interface provides access to the JPA configuration attributes.
 interface JTAClusterMBean
          This interface provides access to the JTA configuration attributes.
 interface JTAMBean
          This interface provides access to the JTA configuration attributes.
 interface JTAMigratableTargetMBean
          The target that is used internally to register the JTA recovery manager to the Migration Manager.
 interface KernelDebugMBean
          Defines the debug attributes that are common to WebLogic Server and Client.
 interface KernelMBean
          This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.
 interface LibraryMBean
          Configuration bean for Libraries.
 interface LogFileMBean
          Configures the location, file-rotation criteria, and number of files that a WebLogic Server uses to store log messages.
 interface LogFilterMBean
          This MBean represents a filter to qualify log messages which are selected by the specified filter expression criteria.
 interface LogMBean
          Configures the threshold severity level and filter settings for logging output.
 interface MachineMBean
          This bean represents a machine on which servers may be booted.
 interface MailSessionMBean
          Facilitates using the JavaMail APIs, which provide applications and other Java EE modules with access to Internet Message Access Protocol (IMAP)- and Simple Mail Transfer Protocol (SMTP)-capable mail servers on your network or the Internet.
 interface ManagedExternalServerMBean
          Used to configure an external server that can be managed by Node Manager.
 interface ManagedExternalServerStartMBean
          This bean is used to configure the attributes necessary to start up a server on a remote machine.
 interface MaxThreadsConstraintMBean
          This MBean defines the max number of concurrent threads that can execute requests sharing this max constraint.
 interface MessagingBridgeMBean
          This MBean represents a WebLogic messaging bridge.
 interface MigratableTargetMBean
          A target that is suitable for services that shall be active on at most one server of a cluster at a time.
 interface MinThreadsConstraintMBean
          This MBean defines the minimum number of concurrent threads that should allocated to this constraint provided there are enough pending requests.
 interface NetworkAccessPointMBean
          A server can specifiy additional network connections by using a NetworkAccessPointMBean.
 interface NetworkChannelMBean
          Deprecated. 7.0.0.0 use NetworkAccessPointMBean
 interface NodeManagerMBean
          This bean is represents a Node Manager that is associated with a machine.
 interface OsgiFrameworkMBean
          An MBean representing an OSGi framework.
 interface OverloadProtectionMBean
          This Mbean has attributes concerning server overload protection.
 interface ParameterMBean
          Specifies the parameters used to configure the DeploymentValidationPluginMBean.
 interface PathServiceMBean
          This class represents a path service.
 interface PersistentStoreMBean
          This MBean is the parent of the GenericFileStoreMBean and GenericJDBCStoreMBean.
 interface RemoteSAFContextMBean
          Fake RemoteSAFContextMBean
 interface ReplicatedStoreMBean
          Defines an instance of a Replicated Store.
 interface ResponseTimeRequestClassMBean
          This MBean defines the response time goal for this request class.
 interface RestfulManagementServicesMBean
          Controls the configuration of the RESTful Management Services interfaces to WebLogic Server.
 interface RMCFactoryMBean
          Represents a Java EE resource manager connection factory in a Java EE app.
 interface SAFAgentMBean
          This class represents a Store-and-Forward (SAF) agent.
 interface SecurityConfigurationMBean
          Provides domain-wide security configuration information.
 interface SecurityMBean
          Deprecated. 9.0.0.0 Replaced by SecurityConfigurationMBean
 interface SelfTuningMBean
          SelfTuningMBean holds global work manager component mbeans.
 interface ServerDebugMBean
          Defines the debug attributes that are specific to WebLogic Server.
 interface ServerFailureTriggerMBean
          Configuration to mark the server as failed when threads are stuck.
 interface ServerMBean
          This class represents a individual WebLogic Server.
 interface ServerStartMBean
          This bean is used to configure the attributes necessary to start up a server on a remote machine.
 interface ServerTemplateMBean
          This class represents a WebLogic Server.
 interface ShutdownClassMBean
          Provides methods for configuring a shutdown class.
 interface SingleSignOnServicesMBean
          This MBean represents configuration for SAML 2.0-based local site Single Sign-On Services.
 interface SingletonServiceAppScopedMBean
          A service that will be automatically maintained as a Singleton in a cluster.
 interface SingletonServiceBaseMBean
          A service that will be automatically maintained as a Singleton in a cluster.
 interface SingletonServiceMBean
          A service that will be automatically maintained as a Singleton in a cluster.
 interface SNMPAgentDeploymentMBean
          This MBean is an SNMP agent that can be targeted to instances of WebLogic Server.
 interface SNMPAgentMBean
          This singleton MBean represents an SNMP agent that is scoped to a WebLogic Server domain.
 interface SNMPAttributeChangeMBean
          This class describes the settings to receive MBean-attribute change notification.
 interface SNMPCounterMonitorMBean
          This class describes the criteria for a Counter-based Monitor.
 interface SNMPGaugeMonitorMBean
          This class describes the criteria for a Gauge-based Monitor.
 interface SNMPJMXMonitorMBean
          This is a base class for Monitor based trap configuration MBeans : SNMPCounterMonitorMBean, SNMPStringMonitorMBean and SNMPGaugeMonitorMBean.
 interface SNMPLogFilterMBean
          This MBean represents a filter to qualify log messages which are logged to the server logfile.
 interface SNMPProxyMBean
          This MBean represents an SNMP agent that is proxied by a WebLogic Server SNMP agent.
 interface SNMPStringMonitorMBean
          This class describes the criteria for a String-based Monitor.
 interface SNMPTrapDestinationMBean
          This MBean describes a destination to which an SNMP agent sends SNMP TRAP and INFORM notifications.
 interface SNMPTrapSourceMBean
          This MBean is the base of SNMP TRAP related configuration MBeans.
 interface SSLMBean
          This MBean represents the configuration of the SSL protocol.
 interface StartupClassMBean
          Provides methods that configure startup classes.
 interface SubDeploymentMBean
          This bean represents an individually targetable entity within a deployment package, which is deployable on WLS.
 interface SystemComponentMBean
           
 interface SystemComponentStartMBean
          The NodeManager does not directly create the command to start a SystemComponent.
 interface SystemResourceMBean
          A system resource is a resource whose definition is part of the system configuration rather than an application.
 interface TargetInfoMBean
          This bean represents any weblogic entity which can be targeted.
 interface TargetMBean
          A tagging interface that designates a class as a target for deployment of a AppDeploymentMBean.
 interface TransactionLogJDBCStoreMBean
          This class represents a Transaction Log JDBC Store configuration.
 interface TransactionLogStoreMBean
           
 interface UnixMachineMBean
          This bean represents a machine that is running the UNIX operating system.
 interface VirtualDestinationMBean
          This class represents a virtual destination.
 interface VirtualHostMBean
          This bean represents the configuration of virtual web server within a WebLogic Server instance.
 interface WebAppComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface WebAppContainerMBean
          This MBean is used to specify domain-wide defaults for the WebApp container.
 interface WebDeploymentMBean
          A Web Deployment is any MBean that may be deployed on one or more target or WebServers.
 interface WebServerLogMBean
          Aggregates the logging attributes for the WebServerMBean.
 interface WebServerMBean
          This bean represents the configuration of virtual web server within a weblogic server.
 interface WebServiceBufferingMBean
          Represents buffering configuration for web services.
 interface WebServiceBufferingQueueMBean
          Represents buffering queue configuration for web services (either for requests or responses).
 interface WebServiceComponentMBean
          Deprecated. 9.0.0.0 in favor of AppDeploymentMBean
 interface WebserviceCredentialProviderMBean
          Encapsulates information about a particular credential provider that has been configured for a Web Service security configuration.
 interface WebServiceLogicalStoreMBean
          Represents a logical store for web services.
 interface WebServiceMBean
          Encapsulates information about a Web Service configuration.
 interface WebServicePersistenceMBean
          Represents persistence configuration for web services.
 interface WebServicePhysicalStoreMBean
          Represents a physical store for web services.
 interface WebServiceReliabilityMBean
          Represents reliability configuration for web services.
 interface WebServiceRequestBufferingQueueMBean
          Represents request buffering queue configuration for web services.
 interface WebServiceResponseBufferingQueueMBean
          Represents response buffering queue configuration for web services.
 interface WebserviceSecurityConfigurationMBean
          Encapsulates information about a Web Service security configuration.
 interface WebserviceSecurityMBean
          Encapsulates information about a Web Service security configuration.
 interface WebserviceSecurityTokenMBean
          Encapsulates information about a particular token that has been configured for a Web Service security configuration.
 interface WebserviceTestpageMBean
          Controls the configuration of the Web Service Test Page.
 interface WebserviceTimestampMBean
          Encapsulates the timestamp information that is associated with a Web Service security configuration.
 interface WebserviceTokenHandlerMBean
          Encapsulates information about a particular token handler that has been configured for a Web Service security configuration.
 interface WLDFDataRetirementByAgeMBean
          This MBean specifies how data retirement for a WLDF archive will be performed based on the age of records in WLDF archives.
 interface WLDFDataRetirementMBean
          This MBean specifies how data retirement for a WLDF archive will be performed.
 interface WLDFServerDiagnosticMBean
          Use this interface to configure the WebLogic Diagnostic Framework (WLDF) components that are defined for each WebLogic Server instance.
 interface WLDFSystemResourceMBean
          This bean defines a system-level WebLogic Diagnostic Framework (WLDF) resource.
 interface WLECConnectionPoolMBean
          This bean defines a WLEC connection pool.
 interface WLSAuthConfigProviderMBean
           
 interface WorkManagerMBean
          Configuration MBean representing WorkManager parameters.
 interface WorkManagerShutdownTriggerMBean
          This MBean is used to configure the trigger that shuts down the WorkManager.
 interface WSReliableDeliveryPolicyMBean
          This class represents the reliable messaging delivery policy for the current WebLogic Server as both a sender and a receiver of a reliable SOAP message to and from a Web service running on a different WebLogic Server.
 interface WTCExportMBean
          This interface provides access to the WTC export configuration attributes.
 interface WTCImportMBean
          This interface provides access to the WTC import configuration attributes.
 interface WTCLocalTuxDomMBean
          This interface provides access to the WTC local Tuxedo Domain configuration attributes.
 interface WTCPasswordMBean
          This interface provides access to the WTC password configuration attributes.
 interface WTCRemoteTuxDomMBean
          This interface provides access to the WTC remote Tuxedo Domain configuration attributes.
 interface WTCResourcesMBean
          This interface provides access to the WTC resources configuration attributes.
 interface WTCServerMBean
          This MBean defines a WTC Server.
 interface WTCtBridgeGlobalMBean
          This interface provides access to the WTC tBridge Global configuration attributes.
 interface WTCtBridgeRedirectMBean
          This interface provides access to the WTC tBridge Redirect configuration attributes.
 interface XMLEntityCacheMBean
          Configure the behavior of JAXP (Java API for XML Parsing) in the server.
 interface XMLEntitySpecRegistryEntryMBean
          An Entity Spec Entry specifies how to resolve an external entity based its public and system IDs.
 interface XMLParserSelectRegistryEntryMBean
          A Parser Select Entry specifies the SAX/DOM parser factory implementation classes for a particular document type.
 interface XMLRegistryEntryMBean
          Deprecated. 7.0.0.0 replaced by XMLRegistryMBean.
 interface XMLRegistryMBean
          Configure the behavior of JAXP (Java API for XML Parsing) in the server.
 

Methods in weblogic.management.configuration that return DescriptorBean
 DescriptorBean CustomResourceMBean.getCustomResource()
           
 DescriptorBean SystemResourceMBean.getResource()
          Return the Descriptor for the system resource.
 

Uses of DescriptorBean in weblogic.management.mbeanservers.domainruntime
 

Methods in weblogic.management.mbeanservers.domainruntime that return DescriptorBean
 DescriptorBean DomainRuntimeServiceMBean.findConfiguration(RuntimeMBean runtimeMBean)
          Enables a JMX client to retrieve configuration data for a specific instance of a resource.
 

Methods in weblogic.management.mbeanservers.domainruntime with parameters of type DescriptorBean
 RuntimeMBean DomainRuntimeServiceMBean.findRuntime(DescriptorBean configurationMBean, String serverName)
          Enables a JMX client to retrieve monitoring statistics for a specific resource on a specific server.
 RuntimeMBean[] DomainRuntimeServiceMBean.findRuntimes(DescriptorBean configurationMBean)
          Enables a JMX client to retrieve monitoring statistics for all instances of a specific resource on all servers in a domain.
 

Uses of DescriptorBean in weblogic.management.mbeanservers.edit
 

Methods in weblogic.management.mbeanservers.edit with parameters of type DescriptorBean
 Change[] ConfigurationManagerMBean.getChangesToDestroyBean(DescriptorBean configurationMBean)
          Contains Change objects for the changes required to destroy the specified instance of a configuration bean.
 void ConfigurationManagerMBean.removeReferencesToBean(DescriptorBean configurationMBean)
          Removes references to bean that must be removed in order to destroy the specified instance of a configuration bean.
 

Uses of DescriptorBean in weblogic.management.mbeanservers.runtime
 

Methods in weblogic.management.mbeanservers.runtime that return DescriptorBean
 DescriptorBean RuntimeServiceMBean.findConfiguration(RuntimeMBean runtimeMBean)
          Enables a JMX client to retrieve configuration data for a specific instance of a resource.
 

Methods in weblogic.management.mbeanservers.runtime with parameters of type DescriptorBean
 RuntimeMBean RuntimeServiceMBean.findRuntime(DescriptorBean configurationMBean)
          Enables a JMX client to retrieve monitoring statistics for a specified resource on the current server.
 

Uses of DescriptorBean in weblogic.management.security
 

Subinterfaces of DescriptorBean in weblogic.management.security
 interface ApplicationVersionerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports versionable applications.
 interface ExportMBean
          Provides a set of methods for exporting provider specific data.
 interface ImportMBean
          Provides a set of methods for importing provider specific data.
 interface ProviderMBean
          The base MBean for all security providers.
 interface RDBMSSecurityStoreMBean
          The MBean that represents configuration attributes for a RDBMS security store.
 interface RealmMBean
          The MBean that represents configuration attributes for the security realm.
 

Uses of DescriptorBean in weblogic.management.security.audit
 

Subinterfaces of DescriptorBean in weblogic.management.security.audit
 interface AuditorMBean
          The SSPI MBean that all Audit providers must extend.
 interface ContextHandlerMBean
          Provides a set of attributes for ContextHandler support.
 

Uses of DescriptorBean in weblogic.management.security.authentication
 

Subinterfaces of DescriptorBean in weblogic.management.security.authentication
 interface AuthenticationProviderMBean
          The base MBean for all MBean implementations that manage Authentication providers.
 interface AuthenticatorMBean
          The SSPI MBean that all Authentication providers with login services must extend.
 interface GroupEditorMBean
          Provides a set of methods for creating, editing, and removing groups.
 interface GroupMemberListerMBean
          Provides a method for listing a group's members.
 interface GroupMembershipHierarchyCacheMBean
          Defines methods used to get/set the configuration attributes that are required to support the Group Membership Hierarchy Cache.
 interface GroupReaderMBean
          Provides a set of methods for reading data about groups.
 interface GroupRemoverMBean
          Provides a method for removing groups.
 interface GroupUserListerMBean
          Provides a method for listing a group's user members.
 interface IdentityAsserterMBean
          The SSPI MBean that all Identity Assertion providers must extend.
 interface MemberGroupListerMBean
          Provides a method for listing the groups that contain a member.
 interface PasswordValidatorMBean
          A marker interface to indicate a password validation provider MBean.
 interface ServletAuthenticationFilterMBean
          The SSPI MBean that all Servlet Authentication Filter providers must extend.
 interface UserAttributeEditorMBean
          Provides a set of methods for creating, editing and removing user attributes and values.An authentication provider MBean can optionally implement this MBean.
 interface UserAttributeReaderMBean
          Provides a set of methods for getting a list of supported users attributes and their types.
 interface UserEditorMBean
          Provides a set of methods for creating, editing, and removing users.
 interface UserLockoutManagerMBean
          Lists and manages lockouts on user accounts.
 interface UserPasswordEditorMBean
          Provides two methods for changing a user's password.
 interface UserReaderMBean
          Provides a set of methods for reading data about users.
 interface UserRemoverMBean
          Provides a method for removing users.
 

Uses of DescriptorBean in weblogic.management.security.authorization
 

Subinterfaces of DescriptorBean in weblogic.management.security.authorization
 interface AdjudicatorMBean
          The SSPI MBean that all Adjudication providers must extend.
 interface AuthorizerMBean
          The base MBean for Authorization providers.
 interface DeployableAuthorizerMBean
          The SSPI MBean that must be extended by all Authorization providers that can store policies created while deploying a Web application or EJB.
 interface DeployableRoleMapperMBean
          The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.
 interface PolicyAuxiliaryMBean
          Provides a set of auxiliary methods for creating, editing, and removing policies.
 interface PolicyConsumerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports policy consumption.
 interface PolicyEditorMBean
          Provides a set of methods for creating, editing, and removing policies.
 interface PolicyListerMBean
          Provides a set of methods for listing data about policies.
 interface PolicyReaderMBean
          Provides a set of methods for reading data about policies.
 interface PolicyStoreMBean
          Provides a set of methods for managing policies in a policy store.
 interface PredicateEditorMBean
          This MBean edits data about predicates and their arguments.
 interface PredicateReaderMBean
          This MBean reads data about predicates and their arguments.
 interface RoleAuxiliaryMBean
          Provides a set of auxiliary methods for creating, editing, and removing role assignment policies.
 interface RoleConsumerMBean
          The SSPI MBean that security providers extend to indicate that the provider supports role consumption.
 interface RoleEditorMBean
          Provides a set of methods for creating, editing, and removing policies.
 interface RoleListerMBean
          Provides a set of methods for listing data about roles.
 interface RoleMapperMBean
          The base MBean for Role Mapping providers.
 interface RoleReaderMBean
          Provides a set of methods for reading policies.
 

Uses of DescriptorBean in weblogic.management.security.credentials
 

Subinterfaces of DescriptorBean in weblogic.management.security.credentials
 interface CredentialCacheMBean
          Defines methods used to get/set the configuration attributes that are required to support the credential cache.
 interface CredentialMapperMBean
          The SSPI MBean that all Credential Mapping providers must extend.
 interface DeployableCredentialMapperMBean
          The SSPI MBean that must be extended by all Credential Mapper providers that can store credential maps created while deploying a component.
 interface PKICredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches users, resources and credential action to keystore aliases and the corresponding passwords.
 interface PKICredentialMapReaderMBean
          Provides a set of methods for reading a credential map that matches users and resources to aliases and their corresponding passwords that can then be used to retrieve key information or public certificate information from the configured keystores.
 interface UserPasswordCredentialMapEditorMBean
          Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames and their corresponding passwords.
 interface UserPasswordCredentialMapExtendedReaderMBean
          Provides a set of methods for reading the credential mappings.
 interface UserPasswordCredentialMapReaderMBean
          Provides a set of methods for reading credentials and credential mappings.
 

Uses of DescriptorBean in weblogic.management.security.pk
 

Subinterfaces of DescriptorBean in weblogic.management.security.pk
 interface CertPathBuilderMBean
          The SSPI MBean that all certification path providers with CertPathBuilder services must extend.
 interface CertPathProviderMBean
          The base MBean for all MBean implementations that manage certification path providers.
 interface CertPathValidatorMBean
          The SSPI MBean that all certification path providers with CertPathValidator services must extend.
 interface KeyStoreMBean
          Deprecated. 8.1.0.0
 

Uses of DescriptorBean in weblogic.management.utils
 

Subinterfaces of DescriptorBean in weblogic.management.utils
 interface LDAPServerMBean
          The LDAPServerMBean interface defines methods used to get/set the configuration attributes that are required to communicate with an external LDAP server.
 interface ListerMBean
          The ListerMBean interface provides a general mechanism for returning lists.
 interface NameListerMBean
          The NameListerMBean interface defines a method used to return lists of names.
 interface PropertiesListerMBean
          The PropertiesListerMBean interface defines a method used to return a java.util.Properties of key=value pairs.
 

Uses of DescriptorBean in weblogic.security.providers.audit
 

Subinterfaces of DescriptorBean in weblogic.security.providers.audit
 interface DefaultAuditorMBean
          This MBean represents configuration information for the WebLogic Auditing provider.
 

Uses of DescriptorBean in weblogic.security.providers.authentication
 

Subinterfaces of DescriptorBean in weblogic.security.providers.authentication
 interface ActiveDirectoryAuthenticatorMBean
          The MBean that represents LDAP schema definitions for the Active Directory LDAP Authentication provider.
 interface CustomDBMSAuthenticatorMBean
          The MBean that represents configuration information for the Custom DBMS Authentication provider.
 interface DBMSAuthenticatorMBean
          This MBean contains attributes for DBMS Authentication providers.
 interface DefaultAuthenticatorMBean
          The MBean that represents configuration attributes for the WebLogic Authentication provider.
 interface DefaultIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Identity Assertion provider.
 interface IPlanetAuthenticatorMBean
          This MBean represents LDAP schema definitions for the iPlanet LDAP provider.
 interface LDAPAuthenticatorMBean
          This MBean contains attributes for the LDAP servers supported by the LDAP Authentication providers.
 interface LDAPX509IdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic LDAP X509 Identity Assertion provider.
 interface LoginExceptionPropagatorMBean
          No description provided.
 interface NegotiateIdentityAsserterMBean
          The MBean that represents configuration atrributes for the WebLogic Negotiate Identity Assertion provider.
 interface NovellAuthenticatorMBean
          This MBean represents the LDAP schema definitions for the Novell NDS LDAP provider.
 interface OpenLDAPAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Open LDAP Authentication provider.
 interface OracleInternetDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Internet Directory LDAP Authentication provider.
 interface OracleVirtualDirectoryAuthenticatorMBean
          This MBean specifies the LDAP schema definitions for the Oracle Virtual Directory Authentication provider.
 interface ReadOnlySQLAuthenticatorMBean
          This MBean contains configuration information for the Read-Only SQL Authentication provider.
 interface SQLAuthenticatorMBean
          This MBean contains configuration information for the SQL Authentication Provider.
 interface VirtualUserAuthenticatorMBean
          The MBean that represents configuration attributes for the Virtual User Authentication provider.
 interface WindowsNTAuthenticatorMBean
          This MBean contains configuration information for the Windows NT Authetication Provider
 

Uses of DescriptorBean in weblogic.security.providers.authorization
 

Subinterfaces of DescriptorBean in weblogic.security.providers.authorization
 interface DefaultAdjudicatorMBean
          This MBean defines configuration attributes for the WebLogic Adjudication provider.
 interface DefaultAuthorizerMBean
          This MBean represents configuration attributes for the WebLogic Authorization provider.
 interface DefaultRoleMapperMBean
          This MBean represents configuration attributes for the WebLogic Role Mapping provider.
 

Uses of DescriptorBean in weblogic.security.providers.credentials
 

Subinterfaces of DescriptorBean in weblogic.security.providers.credentials
 interface DefaultCredentialMapperMBean
          This MBean represents configuration attributes for the WebLogic Credential Mapping provider.
 interface PKICredentialMapperMBean
          This MBean represents configuration attributes for the PKI Credential Mapping provider.
 

Uses of DescriptorBean in weblogic.security.providers.pk
 

Subinterfaces of DescriptorBean in weblogic.security.providers.pk
 interface CertificateRegistryMBean
          The CertificateRegistryMBean is used to configure and manage the Certificate registry.
 interface DefaultKeyStoreMBean
          Deprecated.  
 interface GroupCertRegManagerMBean
          The GroupCertRegManager is used to manage a certificate trust group in the certificate registry that is stored in the embedded LDAP server.
 interface WebLogicCertPathProviderMBean
          The WebLogicCertPathProviderMBean is used to configure the WebLogic CertPath provider.
 

Uses of DescriptorBean in weblogic.security.providers.realmadapter
 

Subinterfaces of DescriptorBean in weblogic.security.providers.realmadapter
 interface RealmAdapterAdjudicatorMBean
          The MBean for the Realm Adapter Adjudication provider.
 interface RealmAdapterAuditorMBean
          The MBean for the Realm Adapter Auditing provider.
 interface RealmAdapterAuthenticatorMBean
          The MBean for the Realm Adapter Authentication provider.
 interface RealmAdapterAuthorizerMBean
          The MBean for the Realm Adapter Authorization provider.
 

Uses of DescriptorBean in weblogic.security.providers.saml
 

Subinterfaces of DescriptorBean in weblogic.security.providers.saml
 interface SAMLAuthenticatorMBean
          This MBean represents configuration information for the SAML Authentication provider.
 interface SAMLCredentialMapperMBean
          This MBean represents configuration information for the SAML Credential Mapper provider.
 interface SAMLCredentialMapperV2MBean
          This MBean represents configuration information for the SAML Credential Mapper V2 provider.
 interface SAMLIdentityAsserterMBean
          This MBean represents configuration information for the SAML Identity Assertion provider.
 interface SAMLIdentityAsserterV2MBean
          This MBean represents configuration information for the SAML Identity Assertion V2 provider.
 

Uses of DescriptorBean in weblogic.security.providers.saml.registry
 

Subinterfaces of DescriptorBean in weblogic.security.providers.saml.registry
 interface SAMLAssertingPartyRegistryMBean
          The SAMLAssertingPartyRegistry is used manage a registry of SAML 1.1 Asserting Parties and associated trusted certificates.
 interface SAMLPartnerRegistryMBean
          The SAMLPartnerRegistry is used manage a registry of SAML partners and associated trusted certificates that is stored in the embedded LDAP server.
 interface SAMLRelyingPartyRegistryMBean
          The SAMLRelyingPartyRegistry is used manage a registry of SAML 1.1 Relying Parties and associated trusted certificates.
 

Uses of DescriptorBean in weblogic.security.providers.utils
 

Subinterfaces of DescriptorBean in weblogic.security.providers.utils
 interface CertRegManagerMBean
          The CertRegManager is used manage a certificate registry that is stored in the embedded LDAP server.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02