Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Uses of Class
oracle.security.jps.service.policystore.info.DataType

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
<T extends DataType>
AttributeEntry<T>
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.
 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 OpssBoolean
          The class stands for boolean data type which supported by OPSS policy store.
 class OpssDate
          The class stands for date data type which supported by OPSS policy store.
 class OpssInteger
          The class stands for integer data type which supported by OPSS policy store.
 class OpssString
          The class stands for string data type which supported by OPSS policy store.
 class OpssTime
          The class stands for time data type which supported by OPSS policy store.

 

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.util.List<java.lang.Class<? extends DataType>> FunctionEntry.getParameterTypes()
          Get a list of input parameters.
 java.lang.Class<? extends DataType> FunctionEntry.getReturnType()
          Get return value type.
 java.lang.Class<? extends DataType> RuleExpressionEntry.AttributeDefinitionHolder.getType()
           
 java.lang.Class<? extends DataType> VarArgsInfo.getTypeOfParams()
           
 java.util.List<? extends DataType> ValueCollection.getValues()
           

 

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)
           

 

Constructors in oracle.security.jps.service.policystore.info with parameters of type DataType
AttributeValueAssertion(java.lang.String attributeName, DataType value)
           

 

Constructor parameters in oracle.security.jps.service.policystore.info with type arguments of type DataType
AttributeValueAssertion(java.lang.String attributeName, java.util.List<DataType> value)
           
BasicObligationEntry(java.lang.String name, java.lang.String displayName, java.lang.String description, java.util.List<AttributeAssignment<? extends DataType>> assignments)
          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.

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.