|
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 DataType | |
|---|---|
| oracle.security.jps.service.policystore.entitymanager | |
| oracle.security.jps.service.policystore.info | |
| oracle.security.jps.service.policystore.info.resource | |
| Uses of DataType in oracle.security.jps.service.policystore.entitymanager |
|---|
| Methods in oracle.security.jps.service.policystore.entitymanager with type parameters of type DataType | ||
|---|---|---|
|
ExtensionManager.createAttribute(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.Class<T> type, AttributeEntry.AttributeCategory category, boolean isSingleValue)Creates an attribute |
|
| Methods in oracle.security.jps.service.policystore.entitymanager that return types with arguments of type DataType | |
|---|---|
AttributeEntry<? extends DataType> |
ExtensionManager.getAttribute(java.lang.String attrName)Get the attribute entry from the policy given the attribute name |
java.util.List<AttributeEntry<? extends DataType>> |
ExtensionManager.getAttributes(AttributeSearchQuery query)Returns a list of attributes matches specified query condition |
| Method parameters in oracle.security.jps.service.policystore.entitymanager with type arguments of type DataType | |
|---|---|
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters)Create a function. |
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters)Create a function. |
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs)Create a function. |
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs)Create a function. |
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs, java.util.List<FunctionEntry.ARG_TYPE> paramTypess, FunctionEntry.ARG_TYPE returnValueType)Create a function. |
FunctionEntry |
ExtensionManager.createFunction(java.lang.String name, java.lang.String displayName, java.lang.String description, java.lang.String className, java.lang.Class<? extends DataType> returnType, java.util.List<java.lang.Class<? extends DataType>> inputParameters, VarArgsInfo varArgs, java.util.List<FunctionEntry.ARG_TYPE> paramTypess, FunctionEntry.ARG_TYPE returnValueType)Create a function. |
ResourceEntry |
ResourceManager.createResource(java.lang.String name, java.lang.String displayName, java.lang.String description, ResourceTypeEntry type, java.util.List<? extends AttributeEntry<? extends DataType>> attributes)Create a resource |
ResourceTypeEntry |
ResourceTypeManager.createResourceType(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.List<java.lang.String> action, java.util.List<AttributeEntry<? extends DataType>> attrs, java.lang.String delimiter)Creates a resource type |
ResourceTypeEntry |
ResourceTypeManager.createResourceType(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.List<java.lang.String> action, java.util.List<AttributeEntry<? extends DataType>> attrs, java.lang.String delimiter, java.lang.String resourceMatcherClass)Creates a resource type |
void |
ExtensionManager.modifyAttribute(AttributeEntry<? extends DataType> attrEntry)Modify the attribute information given the modified attribute object. |
| Uses of DataType in oracle.security.jps.service.policystore.info |
|---|
| Classes in oracle.security.jps.service.policystore.info with type parameters of type DataType | |
|---|---|
class |
AttributeAssignment<T extends DataType>The class contains attribute assignment of an obligation. |
interface |
AttributeEntry<T extends DataType>The class stands for attribute defined in the system. |
class |
BasicAttributeEntry<T extends DataType>A class to hold an in-memory attribute object. |
class |
BooleanExpressionEntry<ReturnType extends DataType>A standard expression which represents an expresion with Boolean return type. |
class |
RuleExpressionEntry<ReturnType extends DataType>The class represents the condition expression of a policy. |
| Subclasses of DataType in oracle.security.jps.service.policystore.info | |
|---|---|
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. |
| Methods in oracle.security.jps.service.policystore.info that return DataType | |
|---|---|
static DataType |
DataType.getDataTypeObjectFromString(DataType.TYPE dtype, java.lang.String val) |
static DataType |
DataType.getDataTypeObjectFromString(java.lang.String className, java.lang.String val) |
| Methods in oracle.security.jps.service.policystore.info that return types with arguments of type DataType | |
|---|---|
java.util.List<AttributeAssignment<? extends DataType>> |
BasicObligationEntry.getAttributeAssignments()get the attribute assignments of this obligation |
java.util.List<AttributeAssignment<? extends DataType>> |
ObligationEntry.getAttributeAssignments()get the attribute assignments of the obligation. |
java.lang.Class<? extends DataType> |
AttributeEntry.getAttributeType()Return data type of the attribute |
java.lang.Class<? extends DataType> |
BasicAttributeEntry.getAttributeType()Gets attribute data type |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.SupportedArgTypes.getClassType() |
static java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.getFunctionReturnType(java.lang.String name)Returns return type of a funtion given simple name |
java.lang.Class<? extends DataType> |
DataType.TYPE.getImplementingClass() |
java.util.List<java.lang.Class<? extends DataType>> |
FunctionEntry.getParameterTypes()Get a list of input parameters. |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.LogicalFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.EqualityFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.LessThanFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.GreaterThanFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.LessThanEqualFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.GreaterThanEqualFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeIsInFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeIsInBagFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.ValueExistenceCheckFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.RegExpFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.ValidForFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.ArithmeticFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.StringConversionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.NumericConversionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.DateTimeArithmeticFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.RuntimeIdentityContextAsserterFunction.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.RuntimeIdentityContextRetriverFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.FromStringConversionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.ToStringConversionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.StringFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeOneAndOnlyFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeBagSizeFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeBagFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeIntersectionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeUnionFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeSubsetFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.TypeSetEqualsFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
BuiltInFunctionsHandler.SpecialMatchFunctions.getReturnType() |
java.lang.Class<? extends DataType> |
FunctionEntry.getReturnType()Get return value type. |
java.lang.Class<? extends DataType> |
RuleExpressionEntry.AttributeDefinitionHolder.getType() |
static java.lang.Class<? extends DataType> |
DataType.getTypeClassFromClassName(java.lang.String className)Return implementing class for a data type given name of the implementing class for the data type. |
java.lang.Class<? extends DataType> |
VarArgsInfo.getTypeOfParams() |
java.util.List<? extends DataType> |
ValueCollection.getValue()Returns the collection of values. |
java.util.List<? extends DataType> |
ValueCollection.getValues()Returns the collection of values. |
| Methods in oracle.security.jps.service.policystore.info with parameters of type DataType | |
|---|---|
void |
MultipleParameters.addValueParameter(DataType param)Adds a value to the parameter list |
| Method parameters in oracle.security.jps.service.policystore.info with type arguments of type DataType | |
|---|---|
void |
BasicObligationEntry.addAttributeAssignment(AttributeAssignment<? extends DataType> assignment)add attribute assignment to this obligation |
void |
ObligationEntry.addAttributeAssignment(AttributeAssignment<? extends DataType> attribute)add attribute assignment to the obligation |
void |
MultipleParameters.addAttributeParameter(AttributeEntry<? extends DataType> attr)Adds an attribute to the parameter list |
void |
MultipleParameters.addExpressionParameter(RuleExpressionEntry<? extends DataType> expression)Adds a policy expression to the parameter list |
void |
FunctionEntry.setParameterTypes(java.util.List<java.lang.Class<? extends DataType>> parameters)Set the input parameters' type. |
void |
FunctionEntry.setReturnType(java.lang.Class<? extends DataType> type)Set return value type. |
void |
ValueCollection.setValues(java.util.List<? extends DataType> vals)Sets the bag/ set of values. |
| Constructor parameters in oracle.security.jps.service.policystore.info with type arguments of type DataType | |
|---|---|
BasicObligationEntry(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.List<AttributeAssignment<? extends DataType>> assignments)Constructor |
|
BasicObligationEntry(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.List<AttributeAssignment<? extends DataType>> assignments, PolicyRuleEntry.EffectType fulfillOn)Constructor |
|
RuleExpressionEntry.AttributeDefinitionHolder(java.lang.Class<? extends DataType> type, boolean isSingle) |
|
VarArgsInfo(int minParams, int maxParams, java.lang.Class<? extends DataType> argType)This constructor supports the case where a function can have a variable number of input parameters, all of which are of the same data type. |
|
| Uses of DataType in oracle.security.jps.service.policystore.info.resource |
|---|
| Methods in oracle.security.jps.service.policystore.info.resource that return types with arguments of type DataType | |
|---|---|
java.util.List<AttributeEntry<? extends DataType>> |
ResourceEntry.getAllResourceAttributes()Get resource attributes and inherited attributes . |
java.util.List<AttributeEntry<? extends DataType>> |
ResourceEntry.getInheritedResourceAttributes()Get inherited resource attributes |
java.util.List<AttributeEntry<? extends DataType>> |
ResourceEntry.getResourceAttributes()Get all resource attributes. |
java.util.List<AttributeEntry<? extends DataType>> |
ResourceTypeEntry.getValidResourceAttributes()Returns list of attributes that an instance of this resource type may have. |
| Method parameters in oracle.security.jps.service.policystore.info.resource with type arguments of type DataType | |
|---|---|
void |
ResourceEntry.addResourceAttribute(AttributeEntry<? extends DataType> attribute)Add a resource attribute. |
void |
ResourceTypeEntry.addValidResourceAttribute(AttributeEntry<? extends DataType> attribute)Add a supported resource attribute. |
void |
ResourceEntry.deleteResourceAttribute(AttributeEntry<? extends DataType> attribute)Remove a resource attribute |
void |
ResourceTypeEntry.deleteValidResourceAttribute(AttributeEntry<? extends DataType> attribute)Remove a supported resource attribute. |
|
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 | |||||||||