org.qi4j.library.shiro.domain.permissions
Interface RoleAssignment

All Superinterfaces:
Composite, Entity, EntityComposite, Identity

public interface RoleAssignment
extends EntityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Association<RoleAssignee> assignee()
           
 Association<Role> role()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

role

Association<Role> role()

assignee

Association<RoleAssignee> assignee()