public interface CcRolemapEntry
An rolemap entry provides a binding between a policy role and a principal as part of the definition of a rolemap.
This interface provides an aggregate object for handling such an entry.
Modifier and Type | Method and Description |
---|---|
CcAccessControlEntry.PrincipalKind |
getPrincipalKind()
Get the kind of principal for the identity.
|
String |
getPrincipalName()
Get the principal name for the entry.
|
String |
getRole()
Get the role name for this entry.
|
CcAccessControlEntry.PrincipalKind getPrincipalKind()
String getPrincipalName()
String getRole()
Copyright © IBM 2017. All rights reserved.