package com.feth.play.module.pa.user; public interface EmailIdentity extends AuthUserIdentity { String getEmail(); }