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 Package
oracle.security.jps.service.policystore.info

Packages that use oracle.security.jps.service.policystore.info
oracle.security.jps.service.policystore   
oracle.security.jps.service.policystore.entitymanager   
oracle.security.jps.service.policystore.info   
oracle.security.jps.service.policystore.info.resource   

 

Classes in oracle.security.jps.service.policystore.info used by oracle.security.jps.service.policystore
AppRoleEntry
          Represents an application role.
CodeSourceEntry
           
GrantEntry
          An in-memory representation privileges granted to a grantee.
PermissionEntry
          A representation of a policy permission in policystore.
PrincipalEntry
          A representation of a principal in the policystore.

 

Classes in oracle.security.jps.service.policystore.info used by oracle.security.jps.service.policystore.entitymanager
AdminResourceActionEntry
          This interface represents a AdminResourceActionEntry.
AdminRoleEntry
          This class represents Admin Role.
AppRoleEntry
          Represents an application role.
AttributeEntry
          The class stands for attribute defined in the system.
AttributeEntry.AttributeCategory
          attribute category
CodeSourceEntry
           
DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
FunctionEntry
          This class represents function used in policy rule condition.
FunctionEntry.ARG_TYPE
          Specifies type of input parameter or return value, whether it is single/ bag/ set.
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
PolicyEntry.POLICY_SEMANTIC
          Policy Semantic Enum
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.
RolePolicyEntry
          An in-memory representation of a RolePolicy.
VarArgsInfo
          This class represents details of variable arguments to a function.

 

Classes in oracle.security.jps.service.policystore.info used by oracle.security.jps.service.policystore.info
AdminResourceActionEntry
          This interface represents a AdminResourceActionEntry.
AppRoleEntry
          Represents an application role.
AttributeAssignment
          The class contains attribute assignment of an obligation.
AttributeEntry
          The class stands for attribute defined in the system.
AttributeEntry.AttributeCategory
          attribute category
BasicAdviceEntry.Properties
           
BasicObligationEntry.Properties
           
BasicPolicyRuleEntry.Properties
           
BasicPrincipalEntry
          A class to hold an in-memory principal object.
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
           
CodeSourceEntry
           
DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
DataType.TYPE
           
ExpressionComponent
          This interface represents any entity that can appear as part of an expression.
ExpressionComponent.Type
           
FunctionEntry
          This class represents function used in policy rule condition.
FunctionEntry.ARG_TYPE
          Specifies type of input parameter or return value, whether it is single/ bag/ set.
GranteeEntry
           
ObligationEntry
          This class represents obligation used in advanced policy.
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.
PermissionEntry
          A representation of a policy permission in policystore.
PermissionSetEntry
          This interface represents a PermissionSet.
PolicyEntry.POLICY_SEMANTIC
          Policy Semantic Enum
PolicyRuleEntry
          This class represents policy rule, which is a component of a policy.
PolicyRuleEntry.EffectType
          This represents policy rule effect type.
PrincipalEntry
          A representation of a principal in the policystore.
RoleCategoryEntry
          Role categories provide a way to organize roles.
RoleCategoryEntry.Properties
          Modifiable properties of a ResourceTypeEntry
RuleExpressionEntry
          The class represents the condition expression of a policy.
RuleExpressionEntry.AttributeDefinitionHolder
           
RuleExpressionEntry.BuiltInAttributes
           
RuleExpressionEntry.BuiltInFunctions
          Built-in functions supported in OPSS MAPI.
RuleExpressionEntry.FunctionCategory
          Categories of functions.
VarArgsInfo
          This class represents details of variable arguments to a function.

 

Classes in oracle.security.jps.service.policystore.info used by oracle.security.jps.service.policystore.info.resource
AttributeEntry
          The class stands for attribute defined in the system.
DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.

 


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.