Class AbstractAuthenService<U extends CommonUserProfile<?>,T extends CommonLoginSession<U>>

java.lang.Object
tech.corefinance.userprofile.common.service.impl.AbstractAuthenService<U,T>
All Implemented Interfaces:
CommonAuthenService<U,T>

@Service @Transactional @ConditionalOnProperty(prefix="tech.corefinance.app.userprofile", name="common-role-service", havingValue="true", matchIfMissing=true) public abstract class AbstractAuthenService<U extends CommonUserProfile<?>,T extends CommonLoginSession<U>> extends Object implements CommonAuthenService<U,T>