|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap oracle.jbo.common.JboAbstractMap oracle.jbo.server.RowSecurityHintsMap
public class 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 | |
---|---|
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 |
---|
public RowSecurityHintsMap(Row row)
Method Detail |
---|
public java.lang.Object get(java.lang.Object keyObj)
SecurityHints
get
in interface java.util.Map
get
in interface SecurityHints
get
in class JboAbstractMap
public java.lang.Object get(java.lang.String key)
public oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
SecurityHints
allowsOperation
in interface SecurityHints
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |