Skip navigation links

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

E27155-01 ESAPI


Package oracle.security.jps.service.policystore.info

Interface Summary
AdminResourceActionEntry This interface represents a AdminResourceActionEntry.
AdminRoleEntry This class represents Admin Role.
AppRoleEntry Represents an application role.
AttributeEntry<T extends DataType> The class stands for attribute defined in the system.
CodeSourceEntry  
ExpressionComponent This interface represents any entity that can appear as part of an expression.
FunctionEntry This class represents function used in policy rule condition.
GranteeEntry  
GrantEntry An in-memory representation privileges granted to a grantee.
ObligationEntry This class represents obligation used in advanced policy.
PermissionEntry A representation of a policy permission in policystore.
PermissionSetEntry This interface represents a PermissionSet.
PolicyDomainEntry This class represents policy domain.
PolicyEntry This class represents one authorization policy
PolicyRuleEntry This class represents policy rule, which is a component of a policy.
PrincipalEntry A representation of a principal in the policystore.
RoleCategoryEntry Role categories provide a way to organize roles.
RoleMemberEntry Deprecated.  
RolePolicyEntry An in-memory representation of a RolePolicy.

 

Class Summary
AnonymousRoleEntry The class serves as an anonymous role principal definition.
AttributeAssignment<T extends DataType> The class contains attribute assignment of an obligation.
AttributeValueAssertion AttributeValueAssertion, the class stands for a simple operation between an attribute and a value, the operation should be evaluated to a boolean result.
AuthenticatedRoleEntry  
BasicAdminResourceActionEntry This class provide basic implementation of interface AdminResourceActionEntry
BasicAttributeEntry<T extends DataType> A class to hold an in-memory attribute object.
BasicCodeSourceEntry A basic CodeSourceEntry class.
BasicObligationEntry A class to hold an in-memory obligation object For example,
BasicPolicyRuleEntry A class to hold an in-memory policy rule object.
BasicPrincipalEntry A class to hold an in-memory principal object.
BasicResourceActionsEntry A class to hold an in-memory resource_actions object.
BooleanExpressionEntry<ReturnType extends DataType> A standard expression which represents an expresion with Boolean return type.
BuiltInFunctionsHandler This class provides a wrapper for various definitions for all built in functions supported by OES.
CombiningAlgorithmEntry.BuiltInCombiningAlgorithmEntryImpl  
DataType DataType is a super class of all DataType classes supported by OPSS policy store.
Expression Represents an expression.
InfoFactory A factory class that provides utility methods to create info objects.
MultipleParameters The class holds more than two parameters.
OpssAnyURI Represents a URI object as defined by http://www.w3.org/2001/XMLSchema#anyURI.
OpssBase64Binary Represents a base64 encoded binary object as defined by http://www.w3.org/2001/XMLSchema#base64Binary
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
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.
OpssDateTime Represents a data time object as defined by http://www.w3.org/2001/XMLSchema#dateTime A time zone is supported.
OpssDateTimeObject This object basically provides timezone management for three OES supported data types: date, time and dateTime.
OpssDayTimeDuration Represents a day time duration object as defined by http://www.w3.org/2001/XMLSchema#dayTimeDuration.
OpssDNSName Represents DNS name.
OpssDouble Represents a double as defined by http://www.w3.org/2001/XMLSchema#double.
OpssHexBinary Represents a binary object in hex encoding as defined by http://www.w3.org/2001/XMLSchema#hexBinary.
OpssInteger The class stands for integer data type which supported by OPSS policy store.
OpssIPAddress Represents an ip address (v4 and v6), as defined in XACML 3.0 core specification, section A.2
OpssRFC822Name This class represents rfc822Nameobject, as defined in XACML 3.0 core specification, section A.2
OpssString The class stands for string data type which supported by OPSS policy store.
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.
OpssX500Name This class represents a X.500 name object (an X.520 dn).
OpssYearMonthDuration This class defines a year month duration object as defined by http://www.w3.org/2001/XMLSchema#yearMonthDuration.
RuleExpressionEntry<ReturnType extends DataType> The class represents the condition expression of a policy.
RuleExpressionEntry.AttributeDefinitionHolder  
ValueCollection This class represents a collection of values.
VarArgsInfo This class represents details of variable arguments to a function.

 

Enum Summary
AttributeEntry.AttributeCategory attribute category
BasicAdviceEntry.Properties  
BasicObligationEntry.Properties  
BasicPolicyRuleEntry.Properties  
BuiltInFunctionsHandler.ArithmeticFunctions  
BuiltInFunctionsHandler.DateTimeArithmeticFunctions Please see XACML3.0 core spec section A.3.7 to get a complete idea of all functions in this enum
BuiltInFunctionsHandler.EqualityFunctions  
BuiltInFunctionsHandler.FromStringConversionFunctions Please see XACML3.0 core spec section A.3.9 to get a complete idea of all functions in this enum
BuiltInFunctionsHandler.GreaterThanEqualFunctions  
BuiltInFunctionsHandler.GreaterThanFunctions  
BuiltInFunctionsHandler.LessThanEqualFunctions  
BuiltInFunctionsHandler.LessThanFunctions  
BuiltInFunctionsHandler.LogicalFunctions  
BuiltInFunctionsHandler.NumericConversionFunctions  
BuiltInFunctionsHandler.RegExpFunctions  
BuiltInFunctionsHandler.RuntimeIdentityContextAsserterFunction Custom OES function to validate runtime value of ID Context attribute against a specified value.
BuiltInFunctionsHandler.RuntimeIdentityContextRetriverFunctions Custom OES function to return a String value of ID Context attribute of type String or Boolean or Integer.
BuiltInFunctionsHandler.SpecialMatchFunctions Please see XACML3.0 core spec section A.3.14 to get a complete idea of all functions in this enum
BuiltInFunctionsHandler.StringConversionFunctions  
BuiltInFunctionsHandler.StringFunctions  
BuiltInFunctionsHandler.SupportedArgTypes Represents the types of arguments OES can pass to a function, built-in or custom.
BuiltInFunctionsHandler.ToStringConversionFunctions Please see XACML3.0 core spec section A.3.9 to get a complete idea of all functions in this enum
BuiltInFunctionsHandler.TypeAtLeastOneMemberFunctions  
BuiltInFunctionsHandler.TypeBagFunctions  
BuiltInFunctionsHandler.TypeBagSizeFunctions  
BuiltInFunctionsHandler.TypeIntersectionFunctions  
BuiltInFunctionsHandler.TypeIsInBagFunctions  
BuiltInFunctionsHandler.TypeIsInFunctions  
BuiltInFunctionsHandler.TypeOneAndOnlyFunctions  
BuiltInFunctionsHandler.TypeSetEqualsFunctions  
BuiltInFunctionsHandler.TypeSubsetFunctions  
BuiltInFunctionsHandler.TypeUnionFunctions  
BuiltInFunctionsHandler.ValidForFunctions  
BuiltInFunctionsHandler.ValueExistenceCheckFunctions  
DataType.TYPE  
ExpressionComponent.Type  
FunctionEntry.ARG_TYPE Specifies type of input parameter or return value, whether it is single/ bag/ set.
PolicyEntry.POLICY_SEMANTIC Policy Semantic Enum
PolicyRuleEntry.EffectType This represents policy rule effect type.
RoleCategoryEntry.Properties Modifiable properties of a ResourceTypeEntry
RuleExpressionEntry.BuiltInAttributes  
RuleExpressionEntry.BuiltInFunctions Built-in functions supported in OPSS MAPI.
RuleExpressionEntry.FunctionCategory Categories of functions.

 


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.