public interface RoleMemberContract extends Versioned, GloballyUnique, InactivatableFromTo, Identifiable
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
This returns specific attributes to be set on a Role Member in order to match permission and responsibilitys.
|
String |
getMemberId()
This is the member id for the Role Member.
|
String |
getMemberName() |
String |
getMemberNamespaceCode() |
String |
getRoleId()
This is the id for the Role.
|
List<? extends RoleResponsibilityActionContract> |
getRoleRspActions()
This returns a list of role responsibility actions assigned to a role member
|
MemberType |
getType()
This is the type code for the Role Member.
|
getVersionNumber
getObjectId
getActiveFromDate, getActiveToDate, isActive
isActive
getId
String getMemberId()
This is a id value that defines the Role Member. This value is either a Principal Id, Group Id, or Role Id depending on the type code
MemberType getType()
This is a value that defines the type of Role Member. This value determines whether memberId is either a Principal Id, Group Id, or Role Id
String getRoleId()
This is a id assigned to a Role. It defines the role this role member belongs to.
Map<String,String> getAttributes()
List<? extends RoleResponsibilityActionContract> getRoleRspActions()
String getMemberName()
String getMemberNamespaceCode()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.