org.qi4j.library.shiro.domain.passwords
Interface PasswordRealmService

All Superinterfaces:
org.apache.shiro.authz.Authorizer, Composite, Identity, org.apache.shiro.authc.credential.PasswordService, org.apache.shiro.realm.Realm, ServiceActivation, ServiceComposite

@Mixins(value=PasswordRealmMixin.class)
public interface PasswordRealmService
extends org.apache.shiro.realm.Realm, org.apache.shiro.authz.Authorizer, org.apache.shiro.authc.credential.PasswordService, ServiceComposite, ServiceActivation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.service.ServiceActivation
ServiceActivation.ServiceActivator
 
Method Summary
 
Methods inherited from interface org.apache.shiro.realm.Realm
getAuthenticationInfo, getName, supports
 
Methods inherited from interface org.apache.shiro.authz.Authorizer
checkPermission, checkPermission, checkPermissions, checkPermissions, checkRole, checkRoles, checkRoles, hasAllRoles, hasRole, hasRoles, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll
 
Methods inherited from interface org.apache.shiro.authc.credential.PasswordService
encryptPassword, passwordsMatch
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.service.ServiceActivation
activateService, passivateService