public static enum IdVault.IdFlag extends Enum<IdVault.IdFlag>
Enum Constant and Description |
---|
CHANGE_NAME_PROMPT
Must prompt user before automatically accepting a name change
|
DONT_REPLY_VIA_MAIL
For mailed in requests to certifier usually using a "safe-copy".
This flags says that the requestor does not need a response via Mail -- usually because the response will be detected during authentication with a server whose Address Book has been updated with a new certificate for the requestor. |
PASSWORD
File is password protected
|
PASSWORD_EXTRA
ID file has an extra that descibes special password features (eg, 128 bit key)
|
PASSWORD_REQUIRED
File password is required.
|
PASSWORD_SHAREABLE
Password may be shared by all processes
|
PASSWORD_SHAREABLE_LOCKDOWN
Admin has locked down the value of this field.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static IdVault.IdFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdVault.IdFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdVault.IdFlag PASSWORD
public static final IdVault.IdFlag PASSWORD_REQUIRED
public static final IdVault.IdFlag PASSWORD_SHAREABLE
public static final IdVault.IdFlag PASSWORD_EXTRA
public static final IdVault.IdFlag CHANGE_NAME_PROMPT
public static final IdVault.IdFlag DONT_REPLY_VIA_MAIL
public static final IdVault.IdFlag PASSWORD_SHAREABLE_LOCKDOWN
public static IdVault.IdFlag[] values()
for (IdVault.IdFlag c : IdVault.IdFlag.values()) System.out.println(c);
public static IdVault.IdFlag 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 nullpublic int getValue()
Copyright © 2019–2021 HCL. All rights reserved.