public static enum RegisterTokenResult.ResultState extends Enum<RegisterTokenResult.ResultState>
Enum Constant and Description |
---|
OK
token successfully registered and if passwordRequired flag is true and password already set or passwordRequired flag is false
|
OK_PASSWORD_GENERATED
A new password was created as “MUST_CHANGE”
|
OK_PASSWORD_MISSING
Password could not be generated: Either no PAM installed, generation with CustomRestrictionClass failed
|
Modifier and Type | Method and Description |
---|---|
static RegisterTokenResult.ResultState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegisterTokenResult.ResultState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterTokenResult.ResultState OK
public static final RegisterTokenResult.ResultState OK_PASSWORD_GENERATED
public static final RegisterTokenResult.ResultState OK_PASSWORD_MISSING
public static RegisterTokenResult.ResultState[] values()
for (RegisterTokenResult.ResultState c : RegisterTokenResult.ResultState.values()) System.out.println(c);
public static RegisterTokenResult.ResultState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.