BEA Systems, Inc.

WebLogic Server 8.1 API Reference
A B C D E F G H I J K L M N O P Q R S T U V W X _

V

valid() - Method in class weblogic.security.Certificate
Deprecated. Return true if certificate has been validated, false otherwise.
Validatable - interface weblogicx.jsp.tags.validators.Validatable.
All validators directly or indirectly should implement the following interface and it is used by Summary to call methods on them.
ValidatableAdapter - class weblogicx.jsp.tags.validators.ValidatableAdapter.
 
ValidatableAdapter() - Constructor for class weblogicx.jsp.tags.validators.ValidatableAdapter
 
ValidatableTagAdapter - class weblogicx.jsp.tags.validators.ValidatableTagAdapter.
 
ValidatableTagAdapter() - Constructor for class weblogicx.jsp.tags.validators.ValidatableTagAdapter
 
VALIDATE_CONTENT_MODELS_FEATURE - Static variable in class weblogic.apache.xerces.impl.Constants
Validate content models feature ("validation/validate-content-models").
VALIDATE_DATATYPES_FEATURE - Static variable in class weblogic.apache.xerces.impl.Constants
Validate datatypes feature ("validation/validate-datatypes").
validate() - Method in class weblogic.apache.xerces.dom.ASModelImpl
Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
validate() - Method in interface weblogic.management.security.RealmMBean
Checks that the realm is valid.
validate(Principal) - Method in class weblogic.security.provider.PrincipalValidatorImpl
 
validate(Principal) - Method in interface weblogic.security.spi.PrincipalValidator
Verifies that the principal has not been altered since it was signed.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.ValidatableAdapter
abstract class to be implemented
validate(ServletRequest) - Method in interface weblogicx.jsp.tags.validators.Validatable
validate method where all the logic for validation lies.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.RequiredFieldValidator
 
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.RegExpValidator
 
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CustomValidator
 
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CustomizableAdapter
users may use this method to validate the value of the parameter in the request for eg: the parameter value must contain NYC or it must not contain XYZ or they may even validate it against the custom expression set optionally.
validate(ServletRequest) - Method in interface weblogicx.jsp.tags.validators.Customizable
users may use this method to validate the string value.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CompareValidator
Its is assumed here that the compare validator compares 2 fields which are listed as comma seperated elements in the fieldToValidate.
validate(String, ValidationContext) - Method in interface weblogic.apache.xerces.impl.dv.DatatypeValidator
validate a given string against this DV
validate(String, ValidationContext, ValidatedInfo) - Method in interface weblogic.apache.xerces.impl.dv.XSSimpleType
validate a given string against this simple type.
validate(ValidationContext, ValidatedInfo) - Method in interface weblogic.apache.xerces.impl.dv.XSSimpleType
validate an actual value against this simple type.
validateActiveTypes(String[]) - Method in class weblogic.management.security.authentication.IdentityAsserterImpl
Test that all specified entries are support types
ValidateCategorization - class weblogic.uddi.client.structures.request.ValidateCategorization.
validate_categorization message is used to verify that a category exist within the given taxonomy.
ValidateCategorization() - Constructor for class weblogic.uddi.client.structures.request.ValidateCategorization
Class Constructor
validateCategorization(ValidateCategorization) - Method in class weblogic.uddi.client.service.Publish
Creates a soap message, using the requested validate_categorization structure, to make a function call at the remote registry.
validated - Variable in class weblogic.security.Certificate
Deprecated. True if certificate is valid, false otherwise.
ValidatedInfo - class weblogic.apache.xerces.impl.dv.ValidatedInfo.
Class to get the information back after content is validated.
ValidatedInfo() - Constructor for class weblogic.apache.xerces.impl.dv.ValidatedInfo
 
VALIDATEIDENTITY - Static variable in class weblogic.security.spi.AuditAtnEvent.AtnEventType
Represents the "validate identity" authentication type.
VALIDATION - Static variable in class weblogic.apache.xerces.dom.DOMValidationConfiguration
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.dom.CoreDocumentImpl
 
VALIDATION - Static variable in class weblogic.apache.xerces.impl.XMLScanner
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.impl.XMLEntityManager
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.impl.dtd.XMLDTDValidator
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.impl.dtd.XMLDTDProcessor
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.impl.xs.XMLSchemaValidator
Feature identifier: validation.
VALIDATION - Static variable in class weblogic.apache.xerces.parsers.BasicParserConfiguration
Feature identifier: validation.
VALIDATION_FEATURE - Static variable in class weblogic.apache.xerces.impl.Constants
Validation feature ("validation").
VALIDATION_FEATURE - Static variable in class weblogic.apache.xerces.parsers.DOMBuilderImpl
Feature id: validation.
VALIDATION_FULL - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validation status indicating that full schema validation has been performed on the element.
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.dom.DOMValidationConfiguration
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.impl.XMLEntityManager
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.impl.XMLDocumentScannerImpl
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.impl.dtd.XMLDTDValidator
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.impl.xs.XMLSchemaValidator
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.parsers.NonValidatingConfiguration
 
VALIDATION_MANAGER - Static variable in class weblogic.apache.xerces.parsers.DTDConfiguration
 
VALIDATION_MANAGER_PROPERTY - Static variable in class weblogic.apache.xerces.impl.Constants
Validation manager property ("internal/validation-manager").
VALIDATION_NONE - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validation status indicating that schema validation has been performed and the element in question has specifically been skipped.
VALIDATION_PARTIAL - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validation status indicating that schema validation has been performed on the element in question under the rules of lax validation.
ValidationContext - interface weblogic.apache.xerces.impl.dv.ValidationContext.
ValidationContext has all the information required for the validation of: id, idref, entity, notation, qname
ValidationManager - class weblogic.apache.xerces.impl.validation.ValidationManager.
ValidationManager is a coordinator property for validators in the pipeline.
ValidationManager() - Constructor for class weblogic.apache.xerces.impl.validation.ValidationManager
 
ValidationState - class weblogic.apache.xerces.impl.validation.ValidationState.
Implementation of ValidationContext inteface.
ValidationState() - Constructor for class weblogic.apache.xerces.impl.validation.ValidationState
 
VALIDATOR_PROPERTY - Static variable in class weblogic.apache.xerces.impl.Constants
Validator property ("internal/validator").
VALIDITY_INVALID - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validity value indicating that validation has been strictly assessed and the element in question is invalid according to the rules of schema validation.
VALIDITY_UNKNOWN - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validity value indicating that validation has either not been performed or that a strict assessment of validity could not be performed
VALIDITY_VALID - Static variable in interface weblogic.apache.xerces.xni.psvi.ItemPSVI
Validity value indicating that validation has been strictly assessed and the element in question is valid according to the rules of schema validation.
validRestrictionOf(XSAttributeGroupDecl) - Method in class weblogic.apache.xerces.impl.xs.XSAttributeGroupDecl
 
value - Variable in class weblogic.apache.xerces.dom.AttrImpl
This can either be a String or the first child node.
value - Variable in class weblogic.apache.xerces.impl.dtd.XMLEntityDecl
Value.
value - Variable in class weblogic.apache.xerces.impl.dtd.XMLContentSpec
The "left hand" value object of the content spec node.
value - Variable in class weblogic.apache.xerces.impl.xs.XMLSchemaValidator.OrderedHashtable.Entry
Value.
value - Variable in class weblogic.apache.xerces.util.SymbolHash.Entry
 
value - Variable in class weblogic.uddi.client.structures.datatypes.TextNode
 
values - Variable in class weblogic.security.service.ResourceBase
The array of values for which the extending classes are expected to provide a corresponding array of keys.
VECTOR - Static variable in class weblogic.common.ParamTypes
Constant for a vector.
verbose - Static variable in class weblogic.webservice.client.BaseWLSSLAdapter
 
VERBOSE_PROPERTY - Static variable in class weblogic.webservice.client.BaseWLSSLAdapter
 
verify() - Method in class weblogic.security.X509
Deprecated.  
verify() - Method in class weblogic.security.Certificate
Deprecated. Verify the certificate.
verify() - Method in class weblogic.security.SSL.SSLCertificate
Deprecated. Verify certificate chain by walking to the root.
verify(byte[], byte[], byte[], byte[]) - Static method in class weblogic.security.HMAC
 
verify(InetAddress, X509) - Method in interface weblogic.security.SSL.HostnameVerifier
Deprecated. Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verify(String, String) - Method in interface weblogic.security.SSL.HostnameVerifierJSSE
Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verify(String, String) - Method in interface weblogic.security.SSL.HostnameVerifier
Deprecated. Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verifyDate() - Method in class weblogic.security.X509
Deprecated.  
verifySignature() - Method in class weblogic.security.X509
Deprecated.  
version - class weblogic.jdbc.oci.version.
 
version - Variable in class weblogic.apache.xerces.dom.EntityImpl
Version
version - Variable in class weblogic.apache.xerces.dom.CoreDocumentImpl
Experimental DOM Level 3 feature: Document version
Version - class weblogic.apache.xerces.impl.Version.
This class defines the version number of the parser.
VERSION - Static variable in class weblogic.i18n.Localizer
key to locate catalog version
version() - Method in interface weblogic.common.AdminServicesDef
Gets the version of a WebLogic Server from a T3Client.
version() - Constructor for class weblogic.jdbc.oci.version
 
Version() - Constructor for class weblogic.apache.xerces.impl.Version
 
ViewHelper - class weblogic.wtc.jatmi.ViewHelper.
 
ViewHelper() - Constructor for class weblogic.wtc.jatmi.ViewHelper
 
VirtualDestination - class weblogic.jms.VirtualDestination.
 
VirtualDestination() - Constructor for class weblogic.jms.VirtualDestination
 
VirtualHost - class weblogic.management.mbeans.custom.VirtualHost.
 
VIRTUALHOST - Static variable in class weblogic.management.deploy.DeploymentData
Target is a Virtual Host
VirtualHost(String) - Constructor for class weblogic.management.mbeans.custom.VirtualHost
 
VirtualHostMBean - interface weblogic.management.configuration.VirtualHostMBean.
This bean represents the configuration of virtual web server within a weblogic server.

A B C D E F G H I J K L M N O P Q R S T U V W X _
Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b