|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.security.api.acl.PermissionStatus
The Permission Status.
This Enumaration Class defines three possible Permission Status, if a permission is allowed, is denied or is undefined.
| Field Summary | |
static PermissionStatus |
IS_ALLOWED
|
static PermissionStatus |
IS_DENIED
|
static PermissionStatus |
IS_UNDEFINED
|
| Method Summary | |
boolean |
equals(PermissionStatus otherPermissionStatus)
Checks if a given PermissionStatus equals an other PermissionStatus. |
int |
getStatus()
Gets the status of the IAclResult object. |
boolean |
isAllowed()
This methods checks if the status of the PermissionStatus is allowed. |
boolean |
isDenied()
This methods checks if the status of the PermissionStatus is denied |
boolean |
isUndefined()
This methods checks if the status of the PermissionStatus is undefined |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final PermissionStatus IS_ALLOWED
public static final PermissionStatus IS_DENIED
public static final PermissionStatus IS_UNDEFINED
| Method Detail |
public boolean equals(PermissionStatus otherPermissionStatus)
public int getStatus()
public boolean isAllowed()
public boolean isDenied()
public boolean isUndefined()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||