|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleMemberContract
This is a contract for RoleMember. Role members can be Principals, Groups, or other Roles. Each RoleMember has certain permissions and responsibilities assigned to it based on which role it belongs to.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
|---|
getVersionNumber |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
|---|
getObjectId |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.InactivatableFromTo |
|---|
getActiveFromDate, getActiveToDate, isActive |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
|---|
isActive |
| Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
|---|
getId |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||