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.AttributeEntry.AttributeCategory

Packages that use AttributeEntry.AttributeCategory
oracle.security.jps.service.policystore.entitymanager   
oracle.security.jps.service.policystore.info   

 

Uses of AttributeEntry.AttributeCategory in oracle.security.jps.service.policystore.entitymanager

 

Methods in oracle.security.jps.service.policystore.entitymanager with parameters of type AttributeEntry.AttributeCategory
<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

 

Uses of AttributeEntry.AttributeCategory in oracle.security.jps.service.policystore.info

 

Methods in oracle.security.jps.service.policystore.info that return AttributeEntry.AttributeCategory
 AttributeEntry.AttributeCategory AttributeEntry.getAttributeCategory()
          Return category of the attribute
 AttributeEntry.AttributeCategory BasicAttributeEntry.getAttributeCategory()
          Gets the attribute category
static AttributeEntry.AttributeCategory AttributeEntry.AttributeCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttributeEntry.AttributeCategory[] AttributeEntry.AttributeCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.security.jps.service.policystore.info with parameters of type AttributeEntry.AttributeCategory
 void BasicAttributeEntry.setAttributeCategory(AttributeEntry.AttributeCategory category)
          Sets the category of 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.