Class UserPasswordAuthenAddOn

java.lang.Object
tech.corefinance.userprofile.common.service.impl.UserPasswordAuthenAddOn
All Implemented Interfaces:
org.springframework.core.Ordered, UserAuthenAddOn<CommonUserProfile<?>>

@Service @ConditionalOnProperty(prefix="tech.corefinance.app.userprofile", name="default-password-authen", havingValue="true", matchIfMissing=true) public class UserPasswordAuthenAddOn extends Object implements UserAuthenAddOn<CommonUserProfile<?>>