public interface CcAccessControlEntry
An access control entry provides a triple of a role kind, identity and permission set as part of an effective ACL for a VOB resource.
This interface provides an aggregate object for handling such an entry.
Modifier and Type | Interface and Description |
---|---|
static class |
CcAccessControlEntry.PrincipalKind |
Modifier and Type | Method and Description |
---|---|
String |
getPermissions()
Get the human readable permissions for this entry.
|
CcAccessControlEntry.PrincipalKind |
getPrincipalKind()
Get the kind of principal for which this entry applies.
|
String |
getPrincipalName()
Get the principal name for the entry.
|
String getPermissions() throws WvcmException
WvcmException
CcAccessControlEntry.PrincipalKind getPrincipalKind()
String getPrincipalName()
Copyright © IBM 2018. All rights reserved.