|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.security.api.acl.PermissionStatus
public class 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(Object otherPermissionStatus)
Checks if a given PermissionStatus equals an other PermissionStatus. |
int |
getStatus()
Gets the status of the IAclResult object. |
int |
hashCode()
Provides the hashCode for this PermissionStatus 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 |
|---|
clone, finalize, getClass, 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(Object otherPermissionStatus)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int getStatus()
public boolean isAllowed()
public boolean isDenied()
public boolean isUndefined()
| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] ENGINEAPI
|
[sap.com] com.sap.security.api.sda
|
[sap.com] ENGFACADE
|
[sap.com] tc/je/usermanagement/api
|
[sap.com] CORE-TOOLS
|
[sap.com] com.sap.engine.client.lib
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||