public interface CustomUserDetailsService
Modifier and Type | Method and Description |
---|---|
void |
authenticate(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity userEntity)
로그인 시 추가 로직을 수행하는 커스터마이징된 서비스를 수행한다.
|
void authenticate(net.ibizsoftware.jwork.security.authentication.userdetails.UserEntity userEntity) throws net.ibizsoftware.jwork.security.authentication.exception.CustomAuthenticationException
userEntity
- 사용자 정보net.ibizsoftware.jwork.security.authentication.exception.CustomAuthenticationException
Copyright © 2025. All rights reserved.