Skip navigation links

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

E27155-03


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
          A representation of an application role in the policystore.
CodeSourceEntry
          A representation of a code source.
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 policystore.

 

Classes in oracle.security.jps.service.policystore.info used by oracle.security.jps.service.policystore.entitymanager
AdminResourceActionEntry
          A representation of an administration resource action pair.
AdminRoleEntry
          A representation of an administration role in policystore.
AppRoleEntry
          A representation of an application role in the policystore.
AttributeEntry
          A representation of an attribute defined in the system.
AttributeEntry.AttributeCategory
          attribute category
CodeSourceEntry
          A representation of a code source.
DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
FunctionEntry
          A representation of a 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
          A representation of obligation used in advanced policy.
PermissionEntry
          A representation of a policy permission in policystore.
PermissionSetEntry
          A representation of a PermissionSet in policystore.
PolicyDomainEntry
          A representation of a policy domain.
PolicyEntry
          A representation of an authorization policy.
PolicyEntry.POLICY_SEMANTIC
          Policy Semantic Enum
PolicyRuleEntry
          A representation of a policy rule, which is a component of a policy.
PrincipalEntry
          A representation of a principal in policystore.
RoleCategoryEntry
          A representation of a role category in policystore.
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
          A representation of an administration resource action pair.
AppRoleEntry
          A representation of an application role in the policystore.
AttributeAssignment
          The class contains attribute assignment of an obligation.
AttributeEntry
          A representation of an 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
          A representation of a code source.
DataType
          DataType is a super class of all DataType classes supported by OPSS policy store.
DataType.TYPE
           
ExpressionComponent
          A representation of any entity that can appear as part of an expression.
ExpressionComponent.Type
           
FunctionEntry
          A representation of a function used in policy rule condition.
FunctionEntry.ARG_TYPE
          Specifies type of input parameter or return value, whether it is single/ bag/ set.
GranteeEntry
          A representation of a principal(user/group/role) or codesource granted with some permissions.
ObligationEntry
          A representation of 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
          A representation of a PermissionSet in policystore.
PolicyEntry.POLICY_SEMANTIC
          Policy Semantic Enum
PolicyRuleEntry
          A representation of a policy rule, which is a component of a policy.
PolicyRuleEntry.EffectType
          This represents policy rule effect type.
PrincipalEntry
          A representation of a principal in policystore.
RoleCategoryEntry
          A representation of a role category in policystore.
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
          A representation of an 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-03


Copyright © 2011, 2013 Oracle. All rights reserved.