Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcAccessControlEntry


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.


Nested Class Summary
static class CcAccessControlEntry.PrincipalKind
           
 
Method Summary
 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.
 

Method Detail

getPermissions

String getPermissions()
                      throws WvcmException
Get the human readable permissions for this entry.

Throws:
WvcmException

getPrincipalKind

CcAccessControlEntry.PrincipalKind getPrincipalKind()
Get the kind of principal for which this entry applies.


getPrincipalName

String getPrincipalName()
Get the principal name for the entry. Includes domain name when applicable


Generated Fri 20-Feb-2015 11:07 PM

Copyright © IBM 2015. All rights reserved.