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

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

public abstract static class RoleFactory.Mixin
extends Object
implements RoleFactory


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

Constructor Detail

RoleFactory.Mixin

public RoleFactory.Mixin()
Method Detail

create

public Role create(String name,
                   Iterable<Permission> permissions)
Specified by:
create in interface RoleFactory