public static enum OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling extends java.lang.Enum<OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling>
| Enum Constant and Description |
|---|
ALLOW |
ALLOW_AND_STORE |
DENY |
| Modifier and Type | Method and Description |
|---|---|
static OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling DENY
public static final OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling ALLOW
public static final OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling ALLOW_AND_STORE
public static OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling[] values()
for (OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling c : OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling.values()) System.out.println(c);
public static OpenSshServerKeyDatabase.AskUser.ModifiedKeyHandling valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null