org.qi4j.library.shiro.domain.permissions
Class Role.Mixin

java.lang.Object
  extended by org.qi4j.library.shiro.domain.permissions.Role.Mixin
All Implemented Interfaces:
Composite, Entity, EntityComposite, Identity, Role
Enclosing interface:
Role

public abstract static class Role.Mixin
extends Object
implements Role


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.shiro.domain.permissions.Role
Role.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
Role.Mixin()
           
 
Method Summary
 RoleAssignment assignTo(RoleAssignee assignee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.shiro.domain.permissions.Role
name, permissions
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Constructor Detail

Role.Mixin

public Role.Mixin()
Method Detail

assignTo

public RoleAssignment assignTo(RoleAssignee assignee)
Specified by:
assignTo in interface Role