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

E17483-01

oracle.jbo
Interface SecurityHints

All Known Implementing Classes:
AttributeSecurityHintsMap, RowSecurityHintsMap, SecurityHintsImpl

public interface SecurityHints


Field Summary
static int DEFAULT_OPERATOR
           
static int OPERATOR_AND
           
static int OPERATOR_OR
           
 
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
 

Field Detail

OPERATOR_OR

static final int OPERATOR_OR
See Also:
Constant Field Values

OPERATOR_AND

static final int OPERATOR_AND
See Also:
Constant Field Values

DEFAULT_OPERATOR

static final int DEFAULT_OPERATOR
See Also:
Constant Field Values
Method Detail

get

java.lang.Object get(java.lang.Object operationName)
Returns the privilege for the operationName on this row or attribute


allowsOperation

oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
Returns the privilege for the operationName on this row or attribute


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

E17483-01

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