Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Uses of Interface
oracle.security.jps.service.policystore.info.ExpressionComponent

Packages that use ExpressionComponent
oracle.security.jps.service.policystore.info   

 

Uses of ExpressionComponent in oracle.security.jps.service.policystore.info

 

Subinterfaces of ExpressionComponent in oracle.security.jps.service.policystore.info
 interface AttributeEntry<T extends DataType>
          The class stands for attribute defined in the system.

 

Classes in oracle.security.jps.service.policystore.info that implement ExpressionComponent
 class BasicAttributeEntry<T extends DataType>
          A class to hold an in-memory attribute object.
 class DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
 class Expression
          Represents an expression.
 class OpssAnyURI
          Represents a URI object as defined by http://www.w3.org/2001/XMLSchema#anyURI.
 class OpssBase64Binary
          Represents a base64 encoded binary object as defined by http://www.w3.org/2001/XMLSchema#base64Binary
 class OpssBoolean
          The class stands for boolean data type which supported by OPSS policy store and as defined by http://www.w3.org/2001/XMLSchema#boolean
 class OpssDate
          The class stands for date data type which supported by OPSS policy store and as defined by http://www.w3.org/2001/XMLSchema#date.
 class OpssDateTime
          Represents a data time object as defined by http://www.w3.org/2001/XMLSchema#dateTime A time zone is supported.
 class OpssDateTimeObject
          This object basically provides timezone management for three OES supported data types: date, time and dateTime.
 class OpssDayTimeDuration
          Represents a day time duration object as defined by http://www.w3.org/2001/XMLSchema#dayTimeDuration.
 class OpssDNSName
          Represents DNS name.
 class OpssDouble
          Represents a double as defined by http://www.w3.org/2001/XMLSchema#double.
 class OpssHexBinary
          Represents a binary object in hex encoding as defined by http://www.w3.org/2001/XMLSchema#hexBinary.
 class OpssInteger
          The class stands for integer data type which supported by OPSS policy store.
 class OpssIPAddress
          Represents an ip address (v4 and v6), as defined in XACML 3.0 core specification, section A.2
 class OpssRFC822Name
          This class represents rfc822Nameobject, as defined in XACML 3.0 core specification, section A.2
 class OpssString
          The class stands for string data type which supported by OPSS policy store.
 class OpssTime
          This class supports time object as defined in http://www.w3.org/2001/XMLSchema#time Arbitrary precision in decimal seconds is supported via fractionsal seconds Also, note that as per ISO 8601 date and time specification, midnight is 00:00:00 (and not 24:00:00), so hour value of 24 is not supported.
 class OpssX500Name
          This class represents a X.500 name object (an X.520 dn).
 class OpssYearMonthDuration
          This class defines a year month duration object as defined by http://www.w3.org/2001/XMLSchema#yearMonthDuration.
 class ValueCollection
          This class represents a collection of values.

 

Methods in oracle.security.jps.service.policystore.info that return ExpressionComponent
 ExpressionComponent RuleExpressionEntry.getExpressionComp()
           

 

Methods in oracle.security.jps.service.policystore.info that return types with arguments of type ExpressionComponent
 java.util.List<ExpressionComponent> Expression.getExpressionComponents()
          List of arguments to the expression.
static java.util.List<java.lang.Class<? extends ExpressionComponent>> BuiltInFunctionsHandler.getList(BuiltInFunctionsHandler.SupportedArgTypes... a)
           

 

Methods in oracle.security.jps.service.policystore.info with parameters of type ExpressionComponent
 void Expression.addExpressionComponent(ExpressionComponent comp)
          Adds the component to the list of components for this expression.

 

Method parameters in oracle.security.jps.service.policystore.info with type arguments of type ExpressionComponent
 void Expression.setExpressionComponents(java.util.List<ExpressionComponent> comps)
          Sets the components of this expression.

 

Constructors in oracle.security.jps.service.policystore.info with parameters of type ExpressionComponent
BooleanExpressionEntry(ExpressionComponent expression)
          Constructor.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.