Project: stp

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


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.


Method Summary
 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.
 

Method Detail

getPrincipalKind

CcAccessControlEntry.PrincipalKind getPrincipalKind()
Get the kind of principal for the identity.


getPrincipalName

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


getRole

String getRole()
Get the role name for this entry.


Generated Tue 26-Jul-2016 10:54 PM

Copyright © IBM 2016. All rights reserved.