public class PamUserInfo extends Object
getLockReason()
, getPasswordState()
, getRetryCount()
, getUnlockTime()
,
getUserId()
.Constructor and Description |
---|
PamUserInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getLockReason() |
int |
getPasswordState() |
int |
getRetryCount() |
Date |
getUnlockTime() |
String |
getUserId() |
boolean |
isLock() |
void |
setLock(boolean lock) |
void |
setLockReason(String lockReason) |
void |
setPasswordState(int passwordState) |
void |
setRetryCount(int retryCount) |
void |
setUnlockTime(Date unlockTime) |
void |
setUserId(String userId) |
String |
toString() |
public String getUserId()
public void setUserId(String userId)
public boolean isLock()
true
if the user is in 'locked' state.
false
if the user is in 'unlocked' state.public void setLock(boolean lock)
public String getLockReason()
null
is returned, if the user is not locked.public void setLockReason(String lockReason)
public int getPasswordState()
public void setPasswordState(int passwordState)
public int getRetryCount()
public void setRetryCount(int retryCount)
public Date getUnlockTime()
public void setUnlockTime(Date unlockTime)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.