public class SecovidSTPCreateResult extends Object
#SecovidSTPParam
parameter stpPasswordRequired was set to true and the
the user with #SecovidSTPParam
parameter UserId had not been assigned a password, it will be automatically created as initial password
and returned as plain text. The user has to change the password during his next authentication process.
Constructor and Description |
---|
SecovidSTPCreateResult() |
Modifier and Type | Method and Description |
---|---|
String |
getInitialPassword() |
String |
getStp() |
boolean |
isPasswordCreationFailed() |
void |
setInitialPassword(String initialPassword)
If the
#SecovidSTPParam parameter stpPasswordRequired was set to true and the
the user with #SecovidSTPParam parameter UserId has not been assigned a password before, it will be created an initial password automatically. |
void |
setPasswordCreationFailed(boolean passwordCreationFailed)
Keeps the result of the password create process.
|
void |
setStp(String stp)
This result parameter contains the created STP assigned to the requested user.
|
public String getStp()
public void setStp(String stp)
stp
- the stp to setpublic String getInitialPassword()
public void setInitialPassword(String initialPassword)
#SecovidSTPParam
parameter stpPasswordRequired was set to true and the
the user with #SecovidSTPParam
parameter UserId has not been assigned a password before, it will be created an initial password automatically.passwordCreationFailed
will indicate too.passwordCreationFailed
is false and initialPassword
is not null, then the password was created successful and
the secovid user has had no password before.passwordCreationFailed
is true, the initialPassword
is null: in that case the password was NOT created successful and
the secovid user needs to get a initial password set manually.initialPassword
- the initialPassword to setpublic boolean isPasswordCreationFailed()
public void setPasswordCreationFailed(boolean passwordCreationFailed)
#SecovidSTPParam
parameter stpPasswordRequired was set to true and the
the user with #SecovidSTPParam
parameter UserId has not been assigned a password before, it will be created an initial password automatically.passwordCreationFailed
is false and initialPassword
is not null, then the password was created successful and
the secovid user has had no password before.passwordCreationFailed
is true, the initialPassword
is null: in that case the password was NOT created successful and
the secovid user needs to get a initial password set manually.passwordCreationFailed
- the passwordCreationFailed to setCopyright © 2022 KOBIL Systems GmbH. All rights reserved.