Class UstraSystemUser
java.lang.Object
org.springframework.security.core.userdetails.User
com.gsitm.ustra.java.security.authentication.user.UstraUser
com.gsitm.ustra.java.management.bo.authentication.user.UstraSystemUser
- All Implemented Interfaces:
Serializable,org.springframework.security.core.CredentialsContainer,org.springframework.security.core.userdetails.UserDetails
public class UstraSystemUser
extends com.gsitm.ustra.java.security.authentication.user.UstraUser
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.security.core.userdetails.User
org.springframework.security.core.userdetails.User.UserBuilder -
Constructor Summary
ConstructorsConstructorDescriptionUstraSystemUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean부서 코드부서 명화면 표시 사용자 명로그인 실패 횟수패스워드 변경일사용자 아이디inthashCode()boolean개인정보 관리자 여부boolean패스워드 초기화 여부void부서 코드void부서 명voidsetDisplayName(String displayName) 화면 표시 사용자 명voidsetLoginFailCnt(Integer loginFailCnt) 로그인 실패 횟수voidsetPrivacyInfoManager(boolean isPrivacyInfoManager) 개인정보 관리자 여부voidsetPwdLstUpdDttm(LocalDateTime pwdLstUpdDttm) 패스워드 변경일voidsetResetPassword(boolean resetPassword) 패스워드 초기화 여부void사용자 아이디toString()Methods inherited from class com.gsitm.ustra.java.security.authentication.user.UstraUser
getDuplicationKey, getUserKey, isConnectedRegionAllowed, setConnectedRegionAllowedMethods inherited from class org.springframework.security.core.userdetails.User
builder, eraseCredentials, getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, withDefaultPasswordEncoder, withUserDetails, withUsername
-
Constructor Details
-
UstraSystemUser
public UstraSystemUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
-
-
Method Details
-
isPrivacyInfoManager
public boolean isPrivacyInfoManager()개인정보 관리자 여부 -
getDeptCd
부서 코드 -
getDeptNm
부서 명 -
getPwdLstUpdDttm
패스워드 변경일 -
getDisplayName
화면 표시 사용자 명 -
getUserId
사용자 아이디 -
getLoginFailCnt
로그인 실패 횟수 -
isResetPassword
public boolean isResetPassword()패스워드 초기화 여부 -
setPrivacyInfoManager
public void setPrivacyInfoManager(boolean isPrivacyInfoManager) 개인정보 관리자 여부 -
setDeptCd
부서 코드 -
setDeptNm
부서 명 -
setPwdLstUpdDttm
패스워드 변경일 -
setDisplayName
화면 표시 사용자 명 -
setUserId
사용자 아이디 -
setLoginFailCnt
로그인 실패 횟수 -
setResetPassword
public void setResetPassword(boolean resetPassword) 패스워드 초기화 여부 -
toString
- Overrides:
toStringin classcom.gsitm.ustra.java.security.authentication.user.UstraUser
-
equals
- Overrides:
equalsin classcom.gsitm.ustra.java.security.authentication.user.UstraUser
-
canEqual
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.gsitm.ustra.java.security.authentication.user.UstraUser
-