public class PamDecrementRTCResult extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PamDecrementRTCResult.PamDecrementRTCResultCode
Result code for decrement of retry counter:
DEC_OK - decrement successful DEC_LOCKED_TEMPORARY - decrement results in a temporary lock DEC_LOCKED - decrement results in a permanent lock (or user is already permanently locked) |
Constructor and Description |
---|
PamDecrementRTCResult(PamDecrementRTCResult.PamDecrementRTCResultCode decRTCResultCode)
Extended constructor to pre-configure the result code.
|
Modifier and Type | Method and Description |
---|---|
PamDecrementRTCResult.PamDecrementRTCResultCode |
getDecRTCResultCode()
Get result code for decrement of retry counter:
|
int |
getRetriesLeft()
In case of WRONG_PASSWORD, how many retries left.
|
int |
getTemporaryLockedLeft()
time left (in seconds) for user to be unlocked again in case user is TEMPORARY_LOCKED
|
void |
setDecRTCResultCode(PamDecrementRTCResult.PamDecrementRTCResultCode decRTCResultCode)
Set result code for decrement of retry counter:
|
void |
setRetriesLeft(int retriesLeft)
In case of WRONG_PASSWORD, how many retries left.
|
void |
setTemporaryLockedLeft(int temporaryLockedLeft)
time left (in seconds) for user to be unlocked again in case user is TEMPORARY_LOCKED
|
public PamDecrementRTCResult(PamDecrementRTCResult.PamDecrementRTCResultCode decRTCResultCode)
public PamDecrementRTCResult.PamDecrementRTCResultCode getDecRTCResultCode()
public void setDecRTCResultCode(PamDecrementRTCResult.PamDecrementRTCResultCode decRTCResultCode)
decRTCResultCode
- - PamDecrementRTCResultCode
public int getTemporaryLockedLeft()
public void setTemporaryLockedLeft(int temporaryLockedLeft)
public int getRetriesLeft()
public void setRetriesLeft(int retriesLeft)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.