private static class AuthenticationInterceptor.PwdModDetailsHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isAddOrReplace |
private boolean |
isDelete |
private byte[] |
newPwd |
private boolean |
otherModExists |
private boolean |
pwdModPresent |
| Modifier | Constructor and Description |
|---|---|
private |
PwdModDetailsHolder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getNewPwd() |
boolean |
isAddOrReplace() |
boolean |
isDelete() |
boolean |
isOtherModExists() |
boolean |
isPwdModPresent() |
void |
setAddOrReplace(boolean isAddOrReplace) |
void |
setDelete(boolean isDelete) |
void |
setNewPwd(byte[] newPwd) |
void |
setOtherModExists(boolean otherModExists) |
void |
setPwdModPresent(boolean pwdModPresent) |
private boolean pwdModPresent
private boolean isDelete
private boolean isAddOrReplace
private boolean otherModExists
private byte[] newPwd
public boolean isPwdModPresent()
public void setPwdModPresent(boolean pwdModPresent)
public boolean isDelete()
public void setDelete(boolean isDelete)
public boolean isAddOrReplace()
public void setAddOrReplace(boolean isAddOrReplace)
public boolean isOtherModExists()
public void setOtherModExists(boolean otherModExists)
public byte[] getNewPwd()
public void setNewPwd(byte[] newPwd)