|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DataTypeDataType is a super class of all DataType classes supported by OPSS policy store. |
class |
ExpressionRepresents an expression. |
class |
OpssAnyURIRepresents a URI object as defined by http://www.w3.org/2001/XMLSchema#anyURI. |
class |
OpssBase64BinaryRepresents a base64 encoded binary object as defined by http://www.w3.org/2001/XMLSchema#base64Binary |
class |
OpssBooleanThe class stands for boolean data type which supported by OPSS policy store and as defined by http://www.w3.org/2001/XMLSchema#boolean |
class |
OpssDateThe class stands for date data type which supported by OPSS policy store and as defined by http://www.w3.org/2001/XMLSchema#date. |
class |
OpssDateTimeRepresents a data time object as defined by http://www.w3.org/2001/XMLSchema#dateTime A time zone is supported. |
class |
OpssDateTimeObjectThis object basically provides timezone management for three OES supported data types: date, time and dateTime. |
class |
OpssDayTimeDurationRepresents a day time duration object as defined by http://www.w3.org/2001/XMLSchema#dayTimeDuration. |
class |
OpssDNSNameRepresents DNS name. |
class |
OpssDoubleRepresents a double as defined by http://www.w3.org/2001/XMLSchema#double. |
class |
OpssHexBinaryRepresents a binary object in hex encoding as defined by http://www.w3.org/2001/XMLSchema#hexBinary. |
class |
OpssIntegerThe class stands for integer data type which supported by OPSS policy store. |
class |
OpssIPAddressRepresents an ip address (v4 and v6), as defined in XACML 3.0 core specification, section A.2 |
class |
OpssRFC822NameThis class represents rfc822Nameobject, as defined in XACML 3.0 core specification, section A.2 |
class |
OpssStringThe class stands for string data type which supported by OPSS policy store. |
class |
OpssTimeThis 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 |
OpssX500NameThis class represents a X.500 name object (an X.520 dn). |
class |
OpssYearMonthDurationThis class defines a year month duration object as defined by http://www.w3.org/2001/XMLSchema#yearMonthDuration. |
class |
ValueCollectionThis 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. |
|
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||