|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewSecurity
Security settings of the DataView.
| Method Summary | |
|---|---|
void |
addOperationPermission(String opname,
String role)
Allow a role to perform an operation. |
Set<Role> |
getAllowedRoles(String opname)
Gets the set of roles allowed to perform the given operation through the form. |
String |
getName()
Gets the name of the data view to which this security settings apply. |
void |
resetPermissions(String opname)
Reset all permissions to perform an operation. |
| Methods inherited from interface info.informatica.doc.xml.XMLPrintable |
|---|
getXMLNamespaceURI, printXML, printXML, toXML |
| Method Detail |
|---|
String getName()
void addOperationPermission(String opname,
String role)
opname - name of the operation.role - the role allowed to perform the
operation through this view.void resetPermissions(String opname)
opname - name of the operation.Set<Role> getAllowedRoles(String opname)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||