public interface PermissionCheckResult
PermissionCheckValue| Modifier and Type | Method and Description |
|---|---|
PermissionCheckValue |
getCheckValue()
Allows to get detailed information about permission checking outcome.
|
boolean |
isDenied()
Returns true if the permission is denied.
|
boolean |
isGranted()
Returns true if the permission is granted
|
boolean isGranted()
boolean isDenied()
isGranted().PermissionCheckValue getCheckValue()
Copyright © 2018 SAP SE. All Rights Reserved.