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

All Superinterfaces:
Composite, EntityComposite, IdentifiableSubject, Identity

public interface PasswordSecurable
extends IdentifiableSubject, EntityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<java.lang.String> password()
           
 
Methods inherited from interface org.qi4j.library.shiro.domain.common.IdentifiableSubject
subjectIdentifier
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

password

@Queryable(value=false)
Property<java.lang.String> password()