Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.server
Class RowSecurityHintsMap

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

public class RowSecurityHintsMap
extends JboAbstractMap
implements SecurityHints


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
RowSecurityHintsMap(Row row)
           
 
Method Summary
 oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
          Returns the privilege for the operationName on this row or attribute
 java.lang.Object get(java.lang.Object keyObj)
          Returns the privilege for the operationName on this row or attribute
 java.lang.Object get(java.lang.String key)
           
 
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

RowSecurityHintsMap

public RowSecurityHintsMap(Row row)
Method Detail

get

public java.lang.Object get(java.lang.Object keyObj)
Description copied from interface: SecurityHints
Returns the privilege for the operationName on this row or attribute

Specified by:
get in interface java.util.Map
Specified by:
get in interface SecurityHints
Overrides:
get in class JboAbstractMap

get

public java.lang.Object get(java.lang.String key)

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

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