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

E10653-04

oracle.jbo.client.remote
Class SecurityHintsImpl

java.lang.Object
  extended by oracle.jbo.client.remote.SecurityHintsImpl
All Implemented Interfaces:
SecurityHints

public class SecurityHintsImpl
extends java.lang.Object
implements SecurityHints


Field Summary
 
Fields inherited from interface oracle.jbo.SecurityHints
DEFAULT_OPERATOR, OPERATOR_AND, OPERATOR_OR
 
Constructor Summary
SecurityHintsImpl(RowImpl row, java.lang.String attrName)
           
 
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 operationName)
          Returns the privilege for the operationName on this row or attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityHintsImpl

public SecurityHintsImpl(RowImpl row,
                         java.lang.String attrName)
Method Detail

get

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

Specified by:
get in interface SecurityHints

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)

E10653-04

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