Skip navigation links

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

E10653-03


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

Skip navigation links

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

E10653-03


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