public class SecurityHintsImpl extends java.lang.Object implements SecurityHints
DEFAULT_OPERATOR, OPERATOR_AND, OPERATOR_OR| Constructor and Description | 
|---|
SecurityHintsImpl(RowImpl row,
                 java.lang.String attrName)  | 
| 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 
 | 
public SecurityHintsImpl(RowImpl row, java.lang.String attrName)
public java.lang.Object get(java.lang.Object operationName)
SecurityHintsget in interface SecurityHintspublic oracle.adf.share.security.authorization.PrivilegeHolder allowsOperation(java.lang.String operationName)
SecurityHintsallowsOperation in interface SecurityHints