BEA Systems, Inc.

Uses of Class
com.bea.common.security.xacml.Type

Packages that use Type
com.bea.common.security.xacml   
 

Uses of Type in com.bea.common.security.xacml
 

Fields in com.bea.common.security.xacml declared as Type
static Type Type.ANY_URI
          Represents the XML URI data type, http://www.w3.org/2001/XMLSchema#anyURI.
static Type Type.ANY_URI_BAG
          Represents a bag of ANY_URI.
static Type Type.BASE64_BINARY
          Represents the XML base64 binary data type, http://www.w3.org/2001/XMLSchema#base64Binary.
static Type Type.BASE64_BINARY_BAG
          Represents a bag of BASE64_BINARY.
static Type Type.BOOLEAN
          Represents the XML boolean data type, http://www.w3.org/2001/XMLSchema#boolean.
static Type Type.BOOLEAN_BAG
          Represents a bag of BOOLEAN.
static Type Type.CHARACTER
          Represents a one-character restriction on the XML string data type, http://www.w3.org/2001/XMLSchema#string.
static Type Type.CHARACTER_BAG
          Represents a bag of CHARACTER.
static Type Type.CLASS
          Represents a reference to an instance of java.lang.Class for a specific Java object.
static Type Type.CLASS_BAG
          Represents a bag of CLASS.
static Type Type.DATE
          Represents the XML date data type, http://www.w3.org/2001/XMLSchema#date.
static Type Type.DATE_BAG
          Represents a bag of DATE.
static Type Type.DATE_TIME
          Represents the XML dateTime data type, http://www.w3.org/2001/XMLSchema#dateTime.
static Type Type.DATE_TIME_BAG
          Represents a bag of DATE_TIME.
static Type Type.DAY_TIME_DURATION
          Represents the XQuery day-time duration data type, http://www.w3.org/TR/2002/WD-xquery-operators-20020816#dayTimeDuration.
static Type Type.DAY_TIME_DURATION_BAG
          Represents a bag of DAY_TIME_DURATION.
static Type Type.DECIMAL
          Represents the XML decimal data type, http://www.w3.org/2001/XMLSchema#decimal.
static Type Type.DECIMAL_BAG
          Represents a bag of DECIMAL.
static Type Type.DNS_ADDRESS
          Represents the XACML DNS name data type, urn:oasis:names:tc:xacml:1.0:data-type:dnsName.
static Type Type.DNS_ADDRESS_BAG
          Represents a bag of DNS_ADDRESS.
static Type Type.DOUBLE
          Represents the XML double data type, http://www.w3.org/2001/XMLSchema#double.
static Type Type.DOUBLE_BAG
          Represents a bag of DOUBLE.
static Type Type.FLOAT
          Represents the XML float data type, http://www.w3.org/2001/XMLSchema#float.
static Type Type.FLOAT_BAG
          Represents a bag of FLOAT.
static Type Type.FUNCTION
          Represents the evaluation of a <Function> element.
static Type Type.FUNCTION_BAG
          Represents a bag of FUNCTION.
static Type Type.HEX_BINARY
          Represents the XML hexadecimal binary data type, http://www.w3.org/2001/XMLSchema#hexBinary.
static Type Type.HEX_BINARY_BAG
          Represents a bag of HEX_BINARY.
static Type Type.INTEGER
          Represents the XML integer data type, http://www.w3.org/2001/XMLSchema#integer.
static Type Type.INTEGER_BAG
          Represents a bag of INTEGER.
static Type Type.IP_ADDRESS
          Represents the XACML IP address data type, urn:oasis:names:tc:xacml:1.0:data-type:ipAddress.
static Type Type.IP_ADDRESS_BAG
          Represents a bag of IP_ADDRESS.
static Type Type.LONG
          Represents the XML long data type, http://www.w3.org/2001/XMLSchema#long.
static Type Type.LONG_BAG
          Represents a bag of LONG.
static Type Type.OBJECT
          Represents a reference to a Java object.
static Type Type.OBJECT_BAG
          Represents a bag of OBJECT.
static Type Type.RFC822_NAME
          Represents the XACML RFC822 name data type, urn:oasis:names:tc:xacml:1.0:data-type:rfc822Name.
static Type Type.RFC822_NAME_BAG
          Represents a bag of RFC822_NAME.
static Type Type.STRING
          Represents the XML string data type, http://www.w3.org/2001/XMLSchema#string.
static Type Type.STRING_BAG
          Represents a bag of STRING.
static Type Type.TIME
          Represents the XML time data type, http://www.w3.org/2001/XMLSchema#time.
static Type Type.TIME_BAG
          Represents a bag of TIME.
static Type Type.X500_NAME
          Represents the XACML X500 name data type, urn:oasis:names:tc:xacml:1.0:data-type:x500Name.
static Type Type.X500_NAME_BAG
          Represents a bag of X500_NAME.
static Type Type.YEAR_MONTH_DURATION
          Represents the XQuery year-month duration data type, http://www.w3.org/TR/2002/WD-xquery-operators-20020816#yearMonthDuration.
static Type Type.YEAR_MONTH_DURATION_BAG
          Represents a bag of YEAR_MONTH_DURATION.
 

Methods in com.bea.common.security.xacml that return Type
static Type Type.findType(String uri)
           
 

Constructors in com.bea.common.security.xacml with parameters of type Type
Type(Type other)
           
Type(Type other, boolean isBag)
          Constructor that can be used to create bag or non-bag type instances from another Type
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.