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

Part Number E27170-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 _

U

uddMemberJNDIName(String, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Returns the JNDI name of a Uniform Distributed Destination member, given the JNDI name of the Uniform Distributed Destination and the JMS server upon which the member is deployed or to be deployed.
uddMemberName(String, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Returns the member name of a Uniform Distributed Destination, given the name of the Uniform Distributed Destination and the JMS server upon which the member is deployed or to be deployed.
UDP - Static variable in interface weblogic.coherence.descriptor.wl.CoherenceClusterParamsBean
 
UN_SET_VALUE - Static variable in class weblogic.descriptor.annotation.PropertyAnnotations
Can be used with @legalValues to specify a value that would we returned in case the property is not set, or can be used with a setter to mark the property to unset Usage: @unSetValue someValue
UNAVAILABLE - Static variable in class weblogic.wtc.gwt.WTCServiceStatus
 
unbind(Name) - Method in class weblogic.jndi.SimpleContext
 
unbind(String) - Method in class weblogic.jndi.SimpleContext
 
unbind(Name, Object) - Method in interface weblogic.jndi.WLContext
Unbinds the specified service from the specified name.
unbind(String, Object) - Method in interface weblogic.jndi.WLContext
Unbinds the specified service from the specified name.
unbind(String) - Static method in class weblogic.rmi.Naming
 
unbind(String) - Method in class weblogic.rmi.registry.LocateRegistry
Unbinds a name from the registry.
UNCHANGED_CURRENT - Static variable in interface weblogic.jdbc.rowset.WLCachedRowSet
Deprecated. XML Document includes only unchanged rows.
UNDEFINED_FIELD_TYPE - Static variable in interface weblogic.security.spi.SelfDescribingResource
UNDEFINED_FIELD_TYPE is returned when no further information regarding this field is available.
undeploy(TargetModuleID[], File, String[], DeploymentOptions) - Method in interface weblogic.deploy.api.spi.WebLogicDeploymentManager
Removes staged files from an existing deployment.
undeploy(TargetModuleID[], DeploymentOptions) - Method in interface weblogic.deploy.api.spi.WebLogicDeploymentManager
Undeploys an application, removing it from the domain configuration.
undeploy(TargetModuleID[]) - Method in interface weblogic.deploy.api.spi.WebLogicDeploymentManager
Undeploys an application, removing it from the domain configuration.
undeploy() - Method in interface weblogic.management.runtime.AppDeploymentRuntimeMBean
Undeploy the application using the default options and configured targets.
undeploy(String[], Properties) - Method in interface weblogic.management.runtime.AppDeploymentRuntimeMBean
Undeploy the application in the background for the targets specified with the options specified.
undeploy(String, DeploymentData, String) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Deprecated. undeploys application on target(s).
undeploy(String, DeploymentData, String, boolean) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Deprecated. Same functionality as DeployerRuntimeMBean.undeploy(String, DeploymentData, String) except that control is given back to caller without actually initiating the task, when startTask is false.
undeploy() - Method in interface weblogic.management.runtime.LibDeploymentRuntimeMBean
Undeploy the library using the default options and configured targets.
undeploy(String[], Properties) - Method in interface weblogic.management.runtime.LibDeploymentRuntimeMBean
Undeploy the library in the background for the targets specified with the options specified.
undeployAllPolicies(DeployPolicyHandle) - Method in interface weblogic.security.spi.DeployableAuthorizationProviderV2
Undeploys all policy for an deployed application (that is, deletes a set of policy definitions on behalf of an undeployed Web application or EJB).
undeployAllRoles(DeployRoleHandle) - Method in interface weblogic.security.spi.DeployableRoleProviderV2
Undeploys all roles (that is, deletes a set of roles on behalf of an undeployed Web application or EJB).
undeployCredentialMappings(Resource) - Method in interface weblogic.security.spi.DeployableCredentialProvider
Deprecated. Undeploys credential maps (that is, deletes a credential mapping on behalf of an undeployed Resource Adapter).
undeployJMSServer(Context, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Undeploy a JMSServer and in turn unadvertises all the destinations on that JMSServer from the JNDI tree of the target server.
undeployJMSServer(DomainMBean, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Undeploy a JMSServer and in turn unadvertises all the destinations on that JMSServer from the JNDI tree of the target server.
UndeploymentException - Exception in weblogic.management
Top-level exception for application undeployment exception.
UndeploymentException(String, Throwable) - Constructor for exception weblogic.management.UndeploymentException
 
UndeploymentException(Throwable) - Constructor for exception weblogic.management.UndeploymentException
 
UndeploymentException(String) - Constructor for exception weblogic.management.UndeploymentException
 
undeployPolicy(Resource) - Method in interface weblogic.security.spi.DeployableAuthorizationProvider
Deprecated. Undeploys a policy (that is, deletes a policy on behalf of an undeployed Web application or EJB).
undeployRole(Resource, String) - Method in interface weblogic.security.spi.DeployableRoleProvider
Deprecated. Undeploys a role (that is, deletes a role on behalf of an undeployed Web application/EJB).
undeploySAFAgent(Context, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Undeploy a SAFAgent and in turn unadvertises all the destinations on that SAFAgent from the JNDI tree of the target server.
undeploySAFAgent(DomainMBean, String) - Static method in class weblogic.jms.extensions.JMSModuleHelper
Undeploy a SAFAgent and in turn unadvertises all the destinations on that SAFAgent from the JNDI tree of the target server.
undo() - Method in interface weblogic.management.mbeanservers.edit.ConfigurationManagerMBean
Undoes all unsaved changes.
undoDelete() - Method in class weblogic.jdbc.rowset.CachedRowSetImpl
Deprecated. void undoDelete() - Cancels deletion of the current row and notifies listeners that a row has changed.
undoInsert() - Method in class weblogic.jdbc.rowset.CachedRowSetImpl
Deprecated. Immediately removes the current row from this CachedRowSetImpl object if the row has been inserted, and also notifies listeners the a row has changed.
undoUnactivatedChanges() - Method in interface weblogic.management.mbeanservers.edit.ConfigurationManagerMBean
Undoes all of the changes (saved or unsaved) that have been made since the activate operation completed successfully.
undoUpdate() - Method in class weblogic.jdbc.rowset.CachedRowSetImpl
Deprecated. Immediately reverses the last update operation if the row has been modified.
unexportObject(Remote) - Static method in class weblogic.rmi.extensions.PortableRemoteObject
Deregisters a server object from the runtime, allowing the object to become available for garbage collection.
unexportObject(Object, boolean) - Static method in class weblogic.rmi.server.UnicastRemoteObject
Removes a remote object from the RMI runtime.
UNICAST - Static variable in interface weblogic.coherence.descriptor.wl.CoherenceClusterParamsBean
 
UnicastMessagingRuntimeMBean - Interface in weblogic.management.runtime
Monitoring information when unicast messaging is turned on
UnicastRemoteObject - Class in weblogic.rmi.server
This class is provided strictly for compatibility with java.rmi.* package.
UnicastRemoteObject() - Constructor for class weblogic.rmi.server.UnicastRemoteObject
 
UniformDistributedDestinationBean - Interface in weblogic.j2ee.descriptor.wl
A uniform distributed destination is a distributed destination whose members are configured as part of its configuration; since members share the same configuration, they are uniform.
UniformDistributedQueueBean - Interface in weblogic.j2ee.descriptor.wl
A uniform distributed queue is a distributed queue whose members are configured as part of its configuration; since members share the same configuration, they are uniform.
UniformDistributedTopicBean - Interface in weblogic.j2ee.descriptor.wl
A uniform distributed topic is a distributed topic whose members are configured as part of its configuration; since members share the same configuration, they are uniform.
UnImplementedException - Exception in weblogicx.jsp.tags.validators
 
UnImplementedException(String, String) - Constructor for exception weblogicx.jsp.tags.validators.UnImplementedException
 
UNITOFORDER_STANDARD - Static variable in interface weblogic.management.configuration.JMSConstants
constants for unit of order option on connection factory
UNITOFORDER_SYSTEM - Static variable in interface weblogic.management.configuration.JMSConstants
 
UnixMachineMBean - Interface in weblogic.management.configuration
This bean represents a machine that is running the UNIX operating system.
UNKNOWN - Static variable in class weblogic.deploy.api.shared.WebLogicModuleType
 
UNKNOWN - Static variable in class weblogic.management.deploy.DeploymentData
Deprecated. Target type is unknown either because it has not been set or is not available.
UNKNOWN - Static variable in interface weblogic.server.ServerStates
The state of the server cannot be determined, perhaps because it cannot be contacted.
UNKNOWN - Static variable in class weblogic.wtc.gwt.WTCServiceStatus
 
UNKNOWN_ID - Static variable in interface weblogic.servlet.logging.LogField
 
UNKNOWN_PFX - Static variable in interface weblogic.servlet.logging.LogField
 
UnknownSequenceException - Exception in weblogic.wsee.reliability2.sequence
Indicates a sequence with a given ID could not be found.
UnknownSequenceException(WsrmConstants.RMVersion, boolean, String) - Constructor for exception weblogic.wsee.reliability2.sequence.UnknownSequenceException
 
UnknownSequenceException(String, WsrmConstants.RMVersion, boolean, String) - Constructor for exception weblogic.wsee.reliability2.sequence.UnknownSequenceException
 
UnknownSourceSequenceException - Exception in weblogic.wsee.reliability2.sequence
Indicates that a source sequence (on the RM source side) could not be found.
UnknownSourceSequenceException(WsrmConstants.RMVersion, String) - Constructor for exception weblogic.wsee.reliability2.sequence.UnknownSourceSequenceException
 
UnknownSourceSequenceException(UnknownSequenceException) - Constructor for exception weblogic.wsee.reliability2.sequence.UnknownSourceSequenceException
 
UNLOCKSERVER - Static variable in class weblogic.security.acl.AdminPermissions
Deprecated.  
unmarshal(Node) - Method in class weblogic.wsee.security.saml.SAMLTokenImpl
Deserializes the object from a node.
unmarshal(Node) - Method in class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl
 
unmarshal(Node) - Method in interface weblogic.xml.dom.marshal.WLDOMStructure
Deserializes the object from a node.
unmarshalDirectRef(Element) - Method in class weblogic.wsee.security.saml.SAMLSecurityTokenReference
 
unmarshalDirectRef(Element) - Method in class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl
 
unmarshalEmbeddedRef(Element) - Method in class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl
 
unmarshalInternal(Node) - Method in class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl
 
unmarshalKeyIdRef(Element) - Method in class weblogic.wsee.security.saml.SAMLSecurityTokenReference
 
unmarshalKeyIdRef(Element) - Method in class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl
 
unprepare(String, DeploymentData, String) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
unprepare(String, DeploymentData, String, boolean) - Method in interface weblogic.management.runtime.DeployerRuntimeMBean
Deprecated. 8.1.0.0 Replaced by DeployerRuntimeMBean.stop(java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String)
unprepare(DeploymentMBean) - Method in class weblogic.management.utils.GenericManagedDeployment
 
UNPREPARED - Static variable in class weblogic.management.DeploymentNotification
Deprecated. The application successfully completed its unprepare phase.
UNPREPARED - Static variable in interface weblogic.management.runtime.ApplicationRuntimeMBean
State indicating that none of the modules in this application are currently prepared or active.
UNPREPARED - Static variable in interface weblogic.management.runtime.ComponentRuntimeMBean
State indicating at this module is neither prepared or active.
UNPREPARING - Static variable in class weblogic.management.DeploymentNotification
Deprecated. The application is beginning its unprepare phase.
unregister() - Method in interface weblogic.jms.extensions.RegistrationHandle
Unregister the associated DestinationAvailabilityListener and stop receiving destination availability updates.
UNREGISTER - Static variable in class weblogic.security.service.JMXResource
 
unregisterBeginNotificationListener(BeginNotificationListener) - Method in interface weblogic.transaction.ServerTransactionManager
Unregisters the specified BeginNotificationListener object.
unregisterCertificate(String[], String) - Method in interface weblogic.security.providers.pk.GroupCertRegManagerMBean
Unregisters an end certificate from trust groups.
unregisterCertificate(String) - Method in interface weblogic.security.providers.saml.registry.SAMLPartnerRegistryMBean
Unregisters an end certificate from the registry.
unregisterCertificate(String) - Method in interface weblogic.security.providers.utils.CertRegManagerMBean
Unregisters an end certificate from the registry.
unregisterConnectionInitializationCallback() - Method in interface weblogic.jdbc.extensions.WLDataSource
Unregisters the ConnectionInitializationCallback object registered with the underlying connection pool, if any.
unregisterListener(String) - Method in class weblogic.wsee.reliability.ReliabilityErrorListenerRegistry
Deprecated.  
unregisterMessageListener(DeliveredMessageListener) - Method in class com.bea.httppubsub.LocalClient
Unregister a LocalClientMessageListener to this LocalClient.
unregisterPredicate(String) - Method in interface weblogic.management.security.authorization.PredicateEditorMBean
Unregisters the currently registered predicate.
unregisterResource(String) - Method in interface weblogic.transaction.TransactionManager
unregisterResource removes a prior resource registration.
unregisterResource(String, boolean) - Method in interface weblogic.transaction.TransactionManager
When the blocking argument is true, unregisterResource will block until either all in-progress transactions for which the specified resource is a participant completes, or until the grace period expires.
unrestrictedList - Variable in class weblogic.xml.security.specs.OperationSpec
Deprecated.  
unSet(String) - Method in interface weblogic.descriptor.SettableBean
Restore the given property to its default value.
unSet(String) - Method in interface weblogic.management.configuration.ConfigurationMBean
Restore the given property to its default value.
UNSET - Static variable in interface weblogic.management.mbeanservers.edit.Change
 
unsetDefault() - Method in interface com.bea.security.saml2.providers.registry.IndexedEndpoint
Unsets the default flag, so it becomes "unset".
unsetEntityContext() - Method in class weblogic.ejb.GenericEntityBean
 
unsetMatchColumn(int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Unsets the designated columns as the match column for this RowSet object.
unsetMatchColumn(String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Unsets the designated columns as the match column for this RowSet object.
unsetMatchColumn(int[]) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Unsets the designated columns as the match column for this RowSet object.
unsetMatchColumn(String[]) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Unsets the designated columns as the match column for this RowSet object.
unsetMatchColumn(int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Unsets the designated parameter to the given int object
unsetMatchColumn(String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Unsets the designated parameter to the given string object
unsetMatchColumn(int[]) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Unsets the designated parameter to the given int array
unsetMatchColumn(String[]) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Unsets the designated parameter to the given String array.
Unshareable - Annotation Type in weblogic.connector.extensions
This annotation can be applied on ManagedConnectionFactory class to indicate a MCF, and all outbound connection pools based on it, does NOT support share.
UNSOL_HINT - Static variable in class weblogic.wtc.jatmi.StandardTypes
 
unsubscribe(Client) - Method in interface com.bea.httppubsub.Channel
Unsubscribe from all of this channel.
unsubscribe(Client, Channel.ChannelPattern) - Method in interface com.bea.httppubsub.Channel
Unsubscribe from this channel.
unsubscribe(Topic, String) - Method in interface weblogic.jms.extensions.WLSession
Unsubscribe a durable subscription on a particular topic or distributed topic member.
unsubscribeToChannel(LocalClient, String) - Method in interface com.bea.httppubsub.PubSubServer
This method is a facade method which is used to unsubscribe a Channel on server side.
UNSUPPORTED_VERSION - Static variable in exception weblogic.websocket.HandshakeException
Error code indicating that the specified WebSocket Protocol version of the handshake request is not supported.
unwrap(Class<T>) - Method in class weblogic.jdbc.rowset.CachedRowSetImpl
Deprecated.  
unwrap(Class<T>) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
unWrapExceptions(Throwable) - Static method in exception weblogic.management.ManagementException
 
UPDATE - Static variable in class weblogic.deploy.api.shared.WebLogicCommandType
The DeploymentManager action operation being processed is update configuration
update(TargetModuleID[], File, DeploymentOptions) - Method in interface weblogic.deploy.api.spi.WebLogicDeploymentManager
Allows for updating an application configuration using an changed deployment plan.
update(String[], String, Properties) - Method in interface weblogic.management.runtime.AppDeploymentRuntimeMBean
Allows for updating an application configuration using an changed deployment plan.
update(String, Integer, CompositeData) - Method in interface weblogic.management.runtime.PSEntryCursorRuntimeMBean
Update the path service entry referenced by this object.
updateArray(int, Array) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Array value.
updateArray(String, Array) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Array value.
updateArray(int, Array) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Array value.
updateArray(String, Array) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Array value.
updateAsciiStream(int, InputStream, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(String, InputStream, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(int, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(int, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(String, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(String, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateAsciiStream(int, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAssertingParty(SAMLAssertingParty) - Method in interface weblogic.security.providers.saml.registry.SAMLAssertingPartyRegistryMBean
Updates a SAMLAssertingParty in the registry.
updateBigDecimal(int, BigDecimal) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.math.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(String, InputStream, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(int, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(int, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(String, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(String, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBinaryStream(int, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBlob(int, Blob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Blob value.
updateBlob(String, Blob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Blob value.
updateBlob(int, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBlob(int, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBlob(String, InputStream) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBlob(String, InputStream, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a InputStream value.
updateBlob(int, Blob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Blob value.
updateBlob(int, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given input stream.
updateBlob(int, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, Blob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Blob value
updateBlob(String, InputStream) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given input stream.
updateBlob(String, InputStream, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBoolean(int, boolean) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a boolean value.
updateBoolean(int, boolean) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a byte value.
updateByte(String, byte) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a byte value.
updateByte(int, byte) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a byte value.
updateByte(String, byte) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a byte array value.
updateBytes(int, byte[]) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(String, Reader, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(int, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(int, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(String, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(String, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateCharacterStream(int, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateClob(int, Clob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Clob value.
updateClob(String, Clob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Clob value.
updateClob(int, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateClob(int, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateClob(String, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateClob(String, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateClob(int, Clob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Clob value.
updateClob(int, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object.
updateClob(int, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Clob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Clob value.
updateClob(String, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object.
updateClob(String, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object, which is the given number of characters long.
updateDate(int, Date) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Date value.
updateDate(String, Date) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Date value.
updateDate(int, Date) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a double value.
updateDouble(String, double) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a double value.
updateDouble(int, double) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a double value
updateDouble(String, double) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a double value
updateFloat(int, float) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a float value.
updateFloat(String, float) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a float value.
updateFloat(int, float) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a float value.
updateFloat(String, float) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a float value.
updateIdPPartner(IdPPartner) - Method in interface com.bea.security.saml2.providers.SAML2IdPPartnerRegistryMBean
Updates an IdPPartner in the registry.
updateInt(int, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a int value.
updateInt(String, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a int value.
updateInt(int, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an int value.
updateInt(String, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an int value.
updateLong(int, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a long value.
updateLong(String, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a long value.
updateLong(int, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a long value.
updateLong(String, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a long value.
updateNCharacterStream(int, Reader, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(String, Reader, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(int, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(int, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(String, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(String, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNCharacterStream(int, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value.
updateNCharacterStream(int, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNClob(int, NClob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a NClob value.
updateNClob(String, NClob) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a NClob value.
updateNClob(int, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNClob(int, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNClob(String, Reader) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNClob(String, Reader, long) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Reader value.
updateNClob(int, NClob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.NClob value.
updateNClob(int, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object.
updateNClob(int, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader, which is the given number of characters long.
updateNClob(String, NClob) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.NClob value.
updateNClob(String, Reader) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader object.
updateNClob(String, Reader, long) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column using the given Reader, which is the given number of characters long.
updateNString(int, String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a String value.
updateNString(String, String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a String value.
updateNString(int, String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a String value.
updateNString(String, String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a String value.
updateNull(int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a NULL value.
updateNull(String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a NULL value.
updateNull(int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a null value.
updateNull(String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a null value.
updateObject(int, Object) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Object value.
updateObject(String, Object) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with an Object value.
updateObject(int, Object) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an Object value.
updateObject(String, Object) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Ref value.
updateRef(String, Ref) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Ref value.
updateRef(int, Ref) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Ref value.
updateRef(String, Ref) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Ref value.
updateRelyingParty(SAMLRelyingParty) - Method in interface weblogic.security.providers.saml.registry.SAMLRelyingPartyRegistryMBean
Updates a SAMLRelyingParty in the registry.
updateRow() - Method in class weblogic.jdbc.rowset.CachedRowSetImpl
Deprecated. Marks the current row of this CachedRowSetImpl object as updated and notifies listeners registered with this rowset that the row has changed.
updateRowId(int, RowId) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a RowId value.
updateRowId(String, RowId) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a RowId value.
updateRowId(int, RowId) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a RowId value.
updateRowId(String, RowId) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a RowId value.
updateShort(int, short) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a short value.
updateShort(String, short) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a short value.
updateShort(int, short) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a short value.
updateShort(String, short) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a short value.
updateSPPartner(SPPartner) - Method in interface com.bea.security.saml2.providers.SAML2SPPartnerRegistryMBean
Updates a SP partner in the registry.
updateSQLXML(int, SQLXML) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a SQLXML value.
updateSQLXML(String, SQLXML) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a SQLXML value.
updateSQLXML(int, SQLXML) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.SQLXML value.
updateSQLXML(String, SQLXML) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.SQLXML value.
updateString(int, String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a String value.
updateString(String, String) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a String value.
updateString(int, String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a String value.
updateString(String, String) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a String value.
updateTime(int, Time) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Time value.
updateTime(String, Time) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Time value.
updateTime(int, Time) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Time value
updateTime(String, Time) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Time value
updateTimestamp(int, Timestamp) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class weblogic.jdbc.rowset.BaseRowSet
Deprecated. Updates the designated column with a Timestamp value.
updateTimestamp(int, Timestamp) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class weblogic.jdbc.rowset.JdbcRowSetImpl
Deprecated. Updates the designated column with a java.sql.Timestamp value.
UPDTMOD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 7 type: short
UPDTMOD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 7 type: short
upgrade() - Method in interface weblogic.protocol.Protocol
upgrade this protocol to a more secure version.
UPLOAD_DEFAULT - Static variable in interface weblogic.management.configuration.DomainMBean
 
UPLOAD_DIR_NAME - Static variable in interface weblogic.management.configuration.ServerTemplateMBean
 
upperBounds - Variable in class weblogic.wsee.reliability.MessageRange
The highest numbered acknowledged message
upto(String) - Method in class weblogicx.jsp.tags.Rewriter
 
uri - Variable in class weblogic.wsee.connection.transport.jms.JMSServerTransport
 
uri - Variable in class weblogic.xml.stream.util.NameSpaceFilter
Deprecated.  
uri - Variable in class weblogic.xml.stream.util.NamespaceTypeFilter
Deprecated.  
URI_ID - Static variable in interface weblogic.servlet.logging.LogField
 
URI_QUERY_ID - Static variable in interface weblogic.servlet.logging.LogField
 
URI_STEM_ID - Static variable in interface weblogic.servlet.logging.LogField
 
URIDereferencer - Interface in weblogic.xml.crypto.api
 
URIReference - Interface in weblogic.xml.crypto.api
 
URIReferenceException - Exception in weblogic.xml.crypto.api
 
URIReferenceException(String) - Constructor for exception weblogic.xml.crypto.api.URIReferenceException
 
URIReferenceException(String, Throwable) - Constructor for exception weblogic.xml.crypto.api.URIReferenceException
 
URIReferenceException(String, Throwable, URIReference) - Constructor for exception weblogic.xml.crypto.api.URIReferenceException
 
URIReferenceException(Throwable) - Constructor for exception weblogic.xml.crypto.api.URIReferenceException
 
URISyntaxException - Exception in com.bea.common.security.xacml
Wrapper exception for java.net.URISyntaxException
URISyntaxException(URISyntaxException) - Constructor for exception com.bea.common.security.xacml.URISyntaxException
Constructs wrapper exception based on java.net.URISyntaxException
URLCallback - Class in weblogic.security.auth.callback
Underlying security services instantiate and pass a URLCallback to the invokeCallback method of a CallbackHandler to retrieve URL information.
URLCallback(String) - Constructor for class weblogic.security.auth.callback.URLCallback
Construct a URLCallback with a prompt.
URLCallback(String, String) - Constructor for class weblogic.security.auth.callback.URLCallback
Construct a URLCallback with a prompt and default URL.
URLCallbackHandler - Class in weblogic.security
A CallbackHandler used for returning a username, password, URL, and ContextHandler.
URLCallbackHandler(String, String) - Constructor for class weblogic.security.URLCallbackHandler
Deprecated.  
URLCallbackHandler(String, byte[]) - Constructor for class weblogic.security.URLCallbackHandler
Create a callback handler.
URLCallbackHandler(String, String, String) - Constructor for class weblogic.security.URLCallbackHandler
Deprecated.  
URLCallbackHandler(String, byte[], String) - Constructor for class weblogic.security.URLCallbackHandler
Create a callback handler with provider URL.
URLResource - Class in weblogic.security.service
The URLResource class is used by a container to specify the URL resource (and method related to the resource) that a caller is attempting to access.
URLResource(String, String, String, String, String) - Constructor for class weblogic.security.service.URLResource
Constructs a new URLResource with a target name composed from the application, contextPath, URI, httpMethod, and transportType parameters.
URLResource(String, String, String, String, String, boolean) - Constructor for class weblogic.security.service.URLResource
 
URLRewriter - Class in weblogicx.jsp.tags
 
URLRewriter(String, String) - Constructor for class weblogicx.jsp.tags.URLRewriter
 
usage() - Static method in class weblogic.xml.stream.XMLStream
Deprecated.  
USE_NONEXCLUSIVE_LOCK - Static variable in interface weblogic.management.runtime.DeploymentManagerMBean
 
USE_SESSION_MANAGER_PROP - Static variable in class weblogic.wsee.reliability2.WsrmConstants
 
USE_WSADDRESSING - Static variable in interface weblogic.wsee.jaxrpc.WLStub
Specify which WS-Addressing version should be used, valid values are: WSAVersion.MemberSubmission, WSAVersion.WSA10. By default(not specified), WS-Addressing 1.0 will be used.
useClientKeySSL(boolean) - Method in interface weblogic.wsee.jws.CallbackInterface
Specifies whether a client certificate should be used with Secure Sockets Layer (SSL).
User - Class in weblogic.xml.security.specs
Deprecated. please use new WS Security API
User(String, String) - Constructor for class weblogic.xml.security.specs.User
Deprecated.  
User(XMLInputStream) - Constructor for class weblogic.xml.security.specs.User
Deprecated.  
USER1 - Static variable in interface weblogic.diagnostics.context.DiagnosticContextConstants
The dye flags USER1, USER2, USER3 and USER4 are set in the diagnostic context for a request, if the request was originated by a user specified by the respective property (USER1, USER2, USER3, USER4) of the DyeInjection monitor.
USER2 - Static variable in interface weblogic.diagnostics.context.DiagnosticContextConstants
 
USER3 - Static variable in interface weblogic.diagnostics.context.DiagnosticContextConstants
 
USER4 - Static variable in interface weblogic.diagnostics.context.DiagnosticContextConstants
 
USER_NAME - Static variable in interface weblogic.management.security.credentials.CredentialProperty
The Properties key used to get the credential user name.
USER_PASSWORD_TYPE - Static variable in interface weblogic.security.spi.CredentialMapper
Deprecated. The static credentials type identifier that is used by the WebLogic Security Framework and passed to the WebLogic Credential Mapping provider through the Credential Manager in the getCredential method.
USER_PASSWORD_TYPE - Static variable in interface weblogic.security.spi.CredentialMapperV2
The static credentials type identifier that is used by the WebLogic Security Framework and passed to the WebLogic Credential Mapping provider through the Credential Manager in the getCredential methods.
UserAttributeEditorMBean - Interface in weblogic.management.security.authentication
Provides a set of methods for creating, editing and removing user attributes and values.An authentication provider MBean can optionally implement this MBean.
UserAttributeReaderMBean - Interface in weblogic.management.security.authentication
Provides a set of methods for getting a list of supported users attributes and their types.
UserDataConstraint - Annotation Type in weblogic.jws.security
Define user-data-constraint element in web.xml.
UserDataConstraint.Transport - Enum in weblogic.jws.security
Transport-Guarantee element "NONE" -- The application does not require any transport guarantees "INTEGRAL" -- The application requires that the data be sent between the client and server in such a way that it cannot be changed in transit.
UserEditorMBean - Interface in weblogic.management.security.authentication
Provides a set of methods for creating, editing, and removing users.
userExists(String) - Method in interface weblogic.management.security.authentication.UserReaderMBean
Indicates whether the specified user exists.
userExists(Connection, String) - Method in interface weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin
Called during Identity Assertion to verify existence of user.
userExit() - Method in class weblogicx.jsp.tags.validators.CustomValidator
 
userExit() - Method in class weblogicx.jsp.tags.validators.ValidatableTagAdapter
This acts as an User Exit...
UserInfo - Class in weblogic.xml.security
Deprecated. please use new WS Security API
UserInfo(String) - Constructor for class weblogic.xml.security.UserInfo
Deprecated. Creates a UserInfo with the username provide.d
UserInfo(String, String) - Constructor for class weblogic.xml.security.UserInfo
Deprecated. Creates a UserInfo with the username and password provided.
UserInfo(String, byte[], String, String) - Constructor for class weblogic.xml.security.UserInfo
Deprecated. Creates a UserInfo with the username, password digest, and digest components.
USERLOCKED - Static variable in class weblogic.security.spi.AuditAtnEvent.AtnEventType
Deprecated. Indicates that a user has been locked because of invalid login attempts.
USERLOCKED - Static variable in class weblogic.security.spi.AuditAtnEventV2.AtnEventTypeV2
Indicates that a user has been locked because of invalid login attempts.
USERLOCKOUTEXPIRED - Static variable in class weblogic.security.spi.AuditAtnEvent.AtnEventType
Deprecated. Indicates that a lock on a user has expired.
USERLOCKOUTEXPIRED - Static variable in class weblogic.security.spi.AuditAtnEventV2.AtnEventTypeV2
Indicates that a lock on a user has expired.
UserLockoutManagerMBean - Interface in weblogic.management.security.authentication
Lists and manages lockouts on user accounts.
UserLockoutManagerRuntimeMBean - Interface in weblogic.management.runtime
This class is used to monitor and manage per security realm user lockout information.
USERNAME_TOKEN_URI - Static variable in interface weblogic.xml.security.wsse.v200207.WSSEConstants
 
USERNAME_TOKEN_URI - Static variable in interface weblogic.xml.security.wsse.WSSEConstants
Deprecated. http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0
USERNAME_TOKEN_URI_PROP - Static variable in interface weblogic.xml.security.wsse.v200207.WSSEConstants
 
UserNameMapper - Interface in weblogic.security.providers.authentication
Interface used to perform certificate-based and distinguished name user authentication.
UsernamePasswordLoginModule - Class in weblogic.security.auth.login
UsernamePasswordLoginModule is used in a WLS client to authenticate to the WLS server.
UsernamePasswordLoginModule() - Constructor for class weblogic.security.auth.login.UsernamePasswordLoginModule
 
UsernameToken - Interface in weblogic.xml.security.wsse
Deprecated. please use new WS Security API
UserPasswordCredentialMapEditorMBean - Interface in weblogic.management.security.credentials
Provides a set of methods for creating, editing, and removing a credential map that matches WebLogic users to remote usernames and their corresponding passwords.
UserPasswordCredentialMapExtendedReaderMBean - Interface in weblogic.management.security.credentials
Provides a set of methods for reading the credential mappings.
UserPasswordCredentialMapReaderMBean - Interface in weblogic.management.security.credentials
Provides a set of methods for reading credentials and credential mappings.
UserPasswordEditorMBean - Interface in weblogic.management.security.authentication
Provides two methods for changing a user's password.
UserReaderMBean - Interface in weblogic.management.security.authentication
Provides a set of methods for reading data about users.
UserRec - Interface in weblogic.wtc.jatmi
This interface is used to implement the class that contains the user information used in creating the Tuxedo AAA token.
UserRemoverMBean - Interface in weblogic.management.security.authentication
Provides a method for removing users.
UserTransaction - Interface in weblogic.transaction
This interface defines WebLogic-specific extensions to javax.transaction.UserTransaction.
USERUNLOCKED - Static variable in class weblogic.security.spi.AuditAtnEvent.AtnEventType
Deprecated. Indicates that a lock on a user has been cleared.
USERUNLOCKED - Static variable in class weblogic.security.spi.AuditAtnEventV2.AtnEventTypeV2
Indicates that a lock on a user has been cleared.
useStagingDirectory(String) - Method in interface weblogic.management.configuration.ApplicationMBean
Deprecated. 9.0.0.0
UseWLW81BindingTypes - Annotation Type in weblogic.jws.wlw
Deprecated.  
usingProxy() - Method in class weblogic.net.http.HttpURLConnection
 
USYS1FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 11 type: string
USYS1FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 11 type: string
USYS2FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 12 type: string
USYS2FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 12 type: string
USYS3FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 13 type: string
USYS3FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 13 type: string
USYS4FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 14 type: carray
USYS4FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 14 type: carray
USYS5FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 15 type: carray
USYS5FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 15 type: carray
USYS6FLD - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 16 type: carray
USYS6FLD - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 16 type: carray
Usysfl32 - Class in weblogic.wtc.jatmi
 
Usysfl32() - Constructor for class weblogic.wtc.jatmi.Usysfl32
 
Usysflds - Class in weblogic.wtc.jatmi
 
Usysflds() - Constructor for class weblogic.wtc.jatmi.Usysflds
 
Utils - Class in weblogic.servlet.security
 
Utils() - Constructor for class weblogic.servlet.security.Utils
 

Copyright 1996, 2013, 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.2)

Part Number E27170-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 _