Interface DelegateMemberContract

All Superinterfaces:
Inactivatable, InactivatableFromTo, Versioned
All Known Implementing Classes:
DelegateMember, DelegateMember.Builder

public interface DelegateMemberContract extends Versioned, InactivatableFromTo
This is a contract for a DelegateMember. Delegates are users that a member of a Role has authorized to have the same Permissions and take the same actions as that member is authorized to take.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getDelegationMemberId

      String getDelegationMemberId()
    • getDelegationId

      String getDelegationId()
    • getRoleMemberId

      String getRoleMemberId()
    • getType

      MemberType getType()
    • getMemberId

      String getMemberId()
    • getAttributes

      Map<String,String> getAttributes()