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 Fri 20-Feb-2015 11:07 PM

Copyright © IBM 2015. All rights reserved.