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

Part Number E41849-02
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

B

BASE64_BINARY - Static variable in class com.bea.common.security.xacml.Type
Represents the XML base64 binary data type, http://www.w3.org/2001/XMLSchema#base64Binary.
BASE64_BINARY_BAG - Static variable in class com.bea.common.security.xacml.Type
Represents a bag of BASE64_BINARY.
BASE_INTERFACE - Static variable in class weblogic.descriptor.annotation.BeanAnnotations
Indicates that the annotated interface represents a base interface.
BASE_RETRANSMISSION_INTERVAL - Static variable in class weblogic.wsee.reliability.WsrmConstants
Deprecated. Stub property name for ReliabilityBaseRetransmissionInterval.
BASE_RETRANSMISSION_INTERVAL - Static variable in class weblogic.wsee.reliability2.WsrmConstants
Deprecated. Stub property name for ReliabilityBaseRetransmissionInterval.
BaseCallbackHandler - Class in weblogic.security
A base class to simplify the creation of callback handlers.
BaseCallbackHandler() - Constructor for class weblogic.security.BaseCallbackHandler
 
BaseCallbackHandler.CallbackStrategy - Interface in weblogic.security
 
BaseKeyProvider - Class in weblogic.xml.crypto.common.keyinfo
 
BaseKeyProvider(String, byte[], String) - Constructor for class weblogic.xml.crypto.common.keyinfo.BaseKeyProvider
 
BaseKeyProvider(String, byte[], Collection) - Constructor for class weblogic.xml.crypto.common.keyinfo.BaseKeyProvider
 
BaseKeyProvider(String, byte[], String, SecurityToken) - Constructor for class weblogic.xml.crypto.common.keyinfo.BaseKeyProvider
 
BaseKeyProvider(String, byte[], Collection, SecurityToken) - Constructor for class weblogic.xml.crypto.common.keyinfo.BaseKeyProvider
 
BaseLogRecord - Class in com.bea.logging
Log record structure for Server Logging.
BaseLogRecord(int, String) - Constructor for class com.bea.logging.BaseLogRecord
Initialize a BaseLogRecord given the severity int value and the log message.
BaseLogRecord(int, String, Throwable) - Constructor for class com.bea.logging.BaseLogRecord
Initialize a BaseLogRecord given the severity int value, the log message and the associated Exception.
BaseLogRecord(LogRecord) - Constructor for class com.bea.logging.BaseLogRecord
Create a log record clone.
BaseMBeanImpl - Class in weblogic.management.security
The base class for COMMO MBean implementations.
BaseMBeanImpl(ModelMBean) - Constructor for class weblogic.management.security.BaseMBeanImpl
Class constructor specifying the corresponding required model mbean.
BaseMBeanImpl(RequiredModelMBean) - Constructor for class weblogic.management.security.BaseMBeanImpl
 
BaseRowSet - Class in weblogic.jdbc.rowset
Deprecated. 12.1.2.0 Use the reference implementation classes in the J2SE JRE/SDK.
BaseRowSet() - Constructor for class weblogic.jdbc.rowset.BaseRowSet
Deprecated.  
BasicDeploymentMBean - Interface in weblogic.management.configuration
This bean represents a file or archive that is deployed to a set of targets in the domain.
BasicRealmMBean - Interface in weblogic.management.configuration
This MBean is the base class for alternative security realms.
BayeuxMessage - Interface in com.bea.httppubsub
Bayeux messages are JSON encoded objects exchanged between pub/sub server and Bayeux client.
BayeuxMessage.TYPE - Enum in com.bea.httppubsub
The message type indicates the type of message.
BEA_GROUP_ATTR_NAME - Static variable in class com.bea.security.saml2.providers.SAML2NameMapperInfo
BEA SAML AttributeName value indicating a groups attribute
BEA_GROUP_ATTR_NAME - Static variable in class weblogic.security.providers.saml.SAMLNameMapperInfo
BEA SAML AttributeName value indicating a groups attribute
BEA_GROUP_ATTR_NAMEFORMAT - Static variable in class com.bea.security.saml2.providers.SAML2NameMapperInfo
 
BEA_GROUP_ATTR_NAMEFORMAT - Static variable in class weblogic.security.providers.saml.SAMLNameMapperInfo
SAML 2.0 BEA group attribute name format.
BEA_GROUP_ATTR_NAMESPACE - Static variable in class com.bea.security.saml2.providers.SAML2NameMapperInfo
 
BEA_GROUP_ATTR_NAMESPACE - Static variable in class weblogic.security.providers.saml.SAMLNameMapperInfo
BEA SAML AttributeNamespace value indicating a groups attribute
BEAN - Static variable in class weblogic.descriptor.annotation.BeanAnnotations
Indicates that the annotated interface defines a descriptor bean.
BeanAlreadyExistsException - Exception in weblogic.descriptor
Thrown when an attempt is made to create a bean with a key that already exists.
BeanAlreadyExistsException(String) - Constructor for exception weblogic.descriptor.BeanAlreadyExistsException
 
BeanAlreadyExistsException(DescriptorBean) - Constructor for exception weblogic.descriptor.BeanAlreadyExistsException
 
BeanAlreadyExistsException(String, DescriptorBean) - Constructor for exception weblogic.descriptor.BeanAlreadyExistsException
 
BeanAnnotations - Class in weblogic.descriptor.annotation
Defines annotations that can be specified in a bean interface comment block to contribute to the definition of a descriptor bean.
BeanAnnotations() - Constructor for class weblogic.descriptor.annotation.BeanAnnotations
 
BeanElement - Class in weblogic.descriptor.beangen
 
BeanElement() - Constructor for class weblogic.descriptor.beangen.BeanElement
 
beanFillerCode() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
BeanParamGenerator - Class in weblogicx.jsp.tags
 
BeanParamInterpreter - Interface in weblogicx.jsp.tags
 
BeanParamTag - Class in weblogicx.jsp.tags
 
BeanParamTag() - Constructor for class weblogicx.jsp.tags.BeanParamTag
 
BeanParamTagExtraInfo - Class in weblogicx.jsp.tags
 
BeanParamTagExtraInfo() - Constructor for class weblogicx.jsp.tags.BeanParamTagExtraInfo
 
BEARER - Static variable in interface weblogic.wsee.security.saml.SAML2Constants
Deprecated. Confirmation
BEARER - Static variable in class weblogic.wsee.security.saml.SAMLConstants
Deprecated.  
beforeCompletion(EndpointReference, Xid, WSATSynchronization) - Method in class weblogic.wsee.wstx.wsat.WSATHelper
Deprecated. beforeCompletion call on volatile participant
beforeCompletion() - Method in class weblogic.wsee.wstx.wsat.WSATSynchronization
Deprecated.  
beforeFirst() - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Moves the cursor to the front of this ResultSet object, just before the first row.
beforeFirst() - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Moves the cursor to the front of this ResultSet object, just before the first row
begin(String) - Method in interface weblogic.transaction.TransactionManager
Create a new transaction, set the transaction name property and associate the transaction with the current thread.
begin(int) - Method in interface weblogic.transaction.TransactionManager
Create a new transaction with the specified timeout value, and associate the transaction with the current thread.
begin(String, int) - Method in interface weblogic.transaction.TransactionManager
Create a new transaction with the specified timeout value, set the transaction name property and associate the transaction with the current thread.
begin(String) - Method in interface weblogic.transaction.UserTransaction
Create a new transaction, set the transaction name property and associate the transaction with the current thread.
begin(String, int) - Method in interface weblogic.transaction.UserTransaction
Create a new transaction with the specified timeout value, set the transaction name property and associate the transaction with the current thread.
beginNotification(Object) - Method in interface weblogic.transaction.BeginNotificationListener
Method to be invoked by the transaction manager when a transaction is started on the server.
BeginNotificationListener - Interface in weblogic.transaction
An object implementing this interface may be registered with the server transaction manager to receive a notification callback when a transaction is started on the server.
bigDecimalValue() - Method in class weblogic.wtc.jatmi.Decimal
Converts the Decimal to a BigDecimal value.
BinarySecurityToken - Interface in weblogic.xml.security.wsse
Deprecated. please use new WS Security API
BinarySecurityTokenSpec - Class in weblogic.xml.security.specs
Deprecated. please use new WS Security API
BinarySecurityTokenSpec() - Constructor for class weblogic.xml.security.specs.BinarySecurityTokenSpec
Deprecated.  
BinarySecurityTokenSpec(String, String) - Constructor for class weblogic.xml.security.specs.BinarySecurityTokenSpec
Deprecated.  
BinarySecurityTokenSpec(XMLInputStream, String) - Constructor for class weblogic.xml.security.specs.BinarySecurityTokenSpec
Deprecated.  
bind(Name, Object) - Method in class weblogic.jndi.SimpleContext
 
bind(String, Object) - Method in class weblogic.jndi.SimpleContext
 
bind(String, Remote) - Static method in class weblogic.rmi.Naming
 
bind(String, Remote) - Method in class weblogic.rmi.registry.LocateRegistry
Binds a name to a remote object in the registry.
Binding - Annotation Type in weblogic.jws
Deprecated.  
Binding.Type - Enum in weblogic.jws
Deprecated.  
BindingClientPartner - Interface in com.bea.security.saml2.providers.registry
Binding Client partner is a partner that supports backend channel communication.
bindJava(String, Remote) - Static method in class weblogic.rmi.Naming
 
BODY - Static variable in interface weblogic.xml.security.assertion.ElementAssertion
Deprecated.  
bodyContent - Variable in class weblogicx.jsp.tags.validators.ValidatableTagAdapter
 
bodyList - Variable in class weblogic.xml.security.specs.OperationSpec
Deprecated.  
BOOLEAN - Static variable in class com.bea.common.security.xacml.Type
Represents the XML boolean data type, http://www.w3.org/2001/XMLSchema#boolean.
BOOLEAN - Static variable in class weblogic.xml.xpath.DOMXPath
Returned by getType() to indicate that this XPath evaluates to a boolean.
BOOLEAN_BAG - Static variable in class com.bea.common.security.xacml.Type
Represents a bag of BOOLEAN.
BOOLEAN_TYPE - Static variable in interface weblogic.coherence.descriptor.wl.CoherenceInitParamBean
 
BOOLEAN_TYPE_ABBREV - Static variable in interface weblogic.coherence.descriptor.wl.CoherenceInitParamBean
 
BOTH - Static variable in interface weblogic.management.configuration.SAFAgentMBean
 
BQCMD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 81 type: string
BQCMD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 81 type: string
BRANCHQUAL - Static variable in interface weblogic.wsee.wstx.wsat.WSATConstants
Deprecated.  
BRANCHQUAL_QNAME - Static variable in interface weblogic.wsee.wstx.wsat.WSATConstants
Deprecated.  
BRIDGE_POLICY_AUTO - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BRIDGE_POLICY_MANUAL - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BRIDGE_POLICY_SCHEDULED - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BRIDGE_QOS_ATMOST_ONCE - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BRIDGE_QOS_DUPLICATE_OKAY - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BRIDGE_QOS_EXACTLY_ONCE - Static variable in interface weblogic.management.configuration.MessagingBridgeMBean
 
BridgeDestinationCommonMBean - Interface in weblogic.management.configuration
This MBean represents a bridge destination for a messaging bridge instance.
BridgeDestinationMBean - Interface in weblogic.management.configuration
Deprecated. 9.0.0.0 Replaced with nothing (upgrade to JMSBridgeDestination if it maps to a JMS destination).
BROADCASTER_NAME - Static variable in interface weblogic.management.runtime.LogBroadcasterRuntimeMBean
MBean Name of the singleton which implements this interface in each WLS server.
BST11CredentialProvider - Class in weblogic.wsee.security.bst
Deprecated. can not be used directly by customers
BST11CredentialProvider() - Constructor for class weblogic.wsee.security.bst.BST11CredentialProvider
Deprecated.  
BSTCredentialProvider - Class in weblogic.wsee.security.bst
Deprecated.  
BSTCredentialProvider() - Constructor for class weblogic.wsee.security.bst.BSTCredentialProvider
Deprecated.  
BUFFER_QUEUE_JNDI_NAME - Static variable in class weblogic.wsee.reliability.WsrmConstants
Deprecated. A String JNDI name at which the queue to be used for message buffering is located.
BUFFER_QUEUE_JNDI_NAME - Static variable in class weblogic.wsee.reliability2.WsrmConstants
Deprecated. A String JNDI name at which the queue to be used for message buffering is located.
BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME - Static variable in class weblogic.wsee.reliability.WsrmConstants
Deprecated. A string principal name which will be used as the run-as principal for the MDB that consumes buffered messages off the buffer queue given by BUFFER_QUEUE_JNDI_NAME.
BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME - Static variable in class weblogic.wsee.reliability2.WsrmConstants
Deprecated. A string principal name which will be used as the run-as principal for the MDB that consumes buffered messages off the buffer queue given by BUFFER_QUEUE_JNDI_NAME.
BufferedXMLInputStream - Interface in weblogic.xml.stream
Deprecated. please use java standard StAX api
BufferQueue - Annotation Type in weblogic.jws
Deprecated.  
buffers - Variable in class weblogic.wtc.jatmi.TypedBufferPool
 
BUILTIN_SSL_VALIDATION_AND_CERT_PATH_VALIDATORS - Static variable in interface weblogic.management.configuration.SSLMBean
Indicates that the built-in SSL certificate validation should be used to complete and validate the peer's certificate chain then the configured CertPathValidator security providers should be used to perform extra validation on the chain.
BUILTIN_SSL_VALIDATION_ONLY - Static variable in interface weblogic.management.configuration.SSLMBean
Indicates that only the built-in SSL certificate validation should be used to complete and validate the peer's certificate chain.
BulkAccessDecision - Interface in weblogic.security.spi
The BulkAccessDecisionV2 security service provider (SSPI) interface for policy enforcement points (PEP) allows support for bulk runtime authorization queries.
BulkAdjudicationProvider - Interface in weblogic.security.spi
The AdjudicationProviderV2 interface exposes the services provided by an Adjudication provider to the WebLogic Security Framework.
BulkAdjudicator - Interface in weblogic.security.spi
The BulkAdjudicator interface defines the security service provider interface (SSPI) for an object that is responsible for making the final decision as to whether the processing of the requested method should be permitted to proceed or should be denied as part of a bulk access decision.
BulkAuthorizationProvider - Interface in weblogic.security.spi
The AuthorizationProvider interface exposes the services provided by an Authorization provider to the WebLogic Security Framework.
BulkRoleMapper - Interface in weblogic.security.spi
The BulkRoleMapper interface defines the security service provider interface (SSPI) for providers capable of obtaining the appropriate set of roles, for a list of resources, that have been granted to a specific subject.
BulkRoleProvider - Interface in weblogic.security.spi
The BulkRoleProvider interface exposes the services provided by an bulk Role provider to the WebLogic Security Framework.
BY_ALG_AND_PURPOSE - Static variable in class weblogic.xml.crypto.common.keyinfo.KeyResolver
 
BY_ALG_AND_PURPOSE - Static variable in class weblogic.xml.security.keyinfo.KeyResolver
 
BY_KEY_NAME - Static variable in class weblogic.xml.crypto.common.keyinfo.KeyResolver
 
BY_KEY_NAME - Static variable in class weblogic.xml.security.keyinfo.KeyResolver
 
BY_TOKEN_REFERENCE - Static variable in class weblogic.xml.crypto.common.keyinfo.KeyResolver
 
BY_TOKEN_REFERENCE - Static variable in class weblogic.xml.security.keyinfo.KeyResolver
 
BY_X509_DATA - Static variable in class weblogic.xml.security.keyinfo.KeyResolver
 
BYREFERENCE - Static variable in interface weblogic.management.security.authorization.PolicyStoreMBean
Indicates active for evaluation when referenced by active policy set status.
BYTES_ID - Static variable in interface weblogic.servlet.logging.LogField
 
byteValue() - Method in class weblogic.wtc.jatmi.Decimal
Converts the Decimal to a byte value.

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
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _