Skip navigation links 
 
oracle.jbo
Interface SecurityHints
- All Known Implementing Classes:
 
- AttributeSecurityHintsMap, RowSecurityHintsMap, SecurityHintsImpl
 
- 
public interface SecurityHints
 
 
  
 
| 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 | 
 
 
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
 
 
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 
 
Copyright © 1997, 2015, Oracle. All rights reserved.