Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Uses of Class
oracle.security.jps.service.policystore.info.common.EntryReference.EntryType

Packages that use EntryReference.EntryType
oracle.security.jps.service.policystore.info.common   
oracle.security.jps.service.policystore.search   

 

Uses of EntryReference.EntryType in oracle.security.jps.service.policystore.info.common

 

Fields in oracle.security.jps.service.policystore.info.common declared as EntryReference.EntryType
static EntryReference.EntryType EntryReference.EntryType.APPLICATION
          An Application
static EntryReference.EntryType EntryReference.EntryType.APPLICATION_ROLE
          An Application Role
static EntryReference.EntryType EntryReference.EntryType.CROSS_APPLICATION_APP_ROLE
           
static EntryReference.EntryType EntryReference.EntryType.GRANT
          A Grant
static EntryReference.EntryType EntryReference.EntryType.GRANTEE
          A Grantee.
static EntryReference.EntryType EntryReference.EntryType.PERMISSION
          A Permission
static EntryReference.EntryType EntryReference.EntryType.PERMISSION_SET
          A PermissionSet
static EntryReference.EntryType EntryReference.EntryType.POLICY_RULE
           
static EntryReference.EntryType EntryReference.EntryType.RESOURCE
          A Resource
static EntryReference.EntryType EntryReference.EntryType.RESOURCE_TYPE
          A Resource Type
static EntryReference.EntryType EntryReference.EntryType.ROLE_CATEGORY
          Role category

 

Methods in oracle.security.jps.service.policystore.info.common that return EntryReference.EntryType
 EntryReference.EntryType EntryReference.getEntryType()
          Get the Entry Type
static EntryReference.EntryType EntryReference.EntryType.valueOf(java.lang.String name)
           
static EntryReference.EntryType[] EntryReference.EntryType.values()
           

 

Uses of EntryReference.EntryType in oracle.security.jps.service.policystore.search

 

Methods in oracle.security.jps.service.policystore.search that return EntryReference.EntryType
 EntryReference.EntryType BaseSearchQuery.getEntityType()
          Returns the entry type

 

Constructors in oracle.security.jps.service.policystore.search with parameters of type EntryReference.EntryType
BaseSearchQuery(EntryReference.EntryType context)
          Constructs a BaseQuery.
BaseSearchQuery(EntryReference.EntryType context, java.lang.String property, boolean negation, ComparatorType operator, java.lang.Object objectValue)
          Constructor for query
BaseSearchQuery(EntryReference.EntryType context, java.lang.String property, boolean negation, ComparatorType operator, java.lang.Object objectValue, SearchQuery.MATCHER matcher)
          Constructor for query
BaseSearchQuery(EntryReference.EntryType context, java.lang.String property, boolean negation, ComparatorType operator, java.lang.String value, SearchQuery.MATCHER matcher)
          Constructs a Base query.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.