Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

oracle.jbo.server
Class AttributeSecurityHintsMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.jbo.common.JboAbstractMap
          extended by oracle.jbo.server.RowSecurityHintsMap
              extended by oracle.jbo.server.AttributeSecurityHintsMap
All Implemented Interfaces:
java.util.Map, SecurityHints

public class AttributeSecurityHintsMap
extends RowSecurityHintsMap


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class oracle.jbo.common.JboAbstractMap
MAP_NULL_VALUE
 
Fields inherited from interface oracle.jbo.SecurityHints
DEFAULT_OPERATOR, OPERATOR_AND, OPERATOR_OR
 
Constructor Summary
AttributeSecurityHintsMap(Row row, int attrIx)
           
 
Method Summary
 oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
          Returns the privilege for the operationName on this row or attribute
 
Methods inherited from class oracle.jbo.server.RowSecurityHintsMap
get, get
 
Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, equals, hashCode, internalGet, internalPut, put, setThrowIfPropertyNotFoundOnGet
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeSecurityHintsMap

public AttributeSecurityHintsMap(Row row,
                                 int attrIx)
Method Detail

allowsOperation

public oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
Description copied from interface: SecurityHints
Returns the privilege for the operationName on this row or attribute

Specified by:
allowsOperation in interface SecurityHints
Overrides:
allowsOperation in class RowSecurityHintsMap

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.1.0)

E17483-02

Copyright © 1997, 2011, Oracle. All rights reserved.