public interface SecurityHints
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_OPERATOR | 
| static int | OPERATOR_AND | 
| static int | OPERATOR_OR | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
static final int OPERATOR_OR
static final int OPERATOR_AND
static final int DEFAULT_OPERATOR
java.lang.Object get(java.lang.Object operationName)
oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)