|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.security.PermissionEntry
Title: PermissionEntry
Description: Single Permsission to be checked. The Permsission is described
by name, field and action
Copyright: Copyright (c) 2003
Company: SAP
Field Summary | |
java.lang.String |
action
action value of the corresponding ABAP permissionvalue |
java.lang.String |
field
fieldname of the corresponding ABAP permissionfield |
java.lang.String |
name
name of the corresponding ABAP permissionobject |
Constructor Summary | |
PermissionEntry(java.lang.String name,
java.lang.String field,
java.lang.String action)
Constructor for the PermissionEntry object |
Method Summary | |
boolean |
equals(PermissionEntry permEntry)
Description of the Method |
java.lang.String |
toString()
Returns a human readable presentation of the PermissionEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String name
public java.lang.String field
public java.lang.String action
Constructor Detail |
public PermissionEntry(java.lang.String name, java.lang.String field, java.lang.String action)
name
- name of the permission to be checkedfield
- fieldname of the permission to be checkedaction
- value of the action of the permission to be checkedMethod Detail |
public boolean equals(PermissionEntry permEntry)
permEntry
- compares to PermissionEntries
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |