public static enum AuthenticationDescription.BasicSupport extends java.lang.Enum<AuthenticationDescription.BasicSupport>
Enum Constant and Description |
---|
Also
Basic and another authentication support
|
No
No Basic authentication support
|
Only
Only Basic authentication support
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationDescription.BasicSupport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationDescription.BasicSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationDescription.BasicSupport No
public static final AuthenticationDescription.BasicSupport Only
public static final AuthenticationDescription.BasicSupport Also
public static AuthenticationDescription.BasicSupport[] values()
for (AuthenticationDescription.BasicSupport c : AuthenticationDescription.BasicSupport.values()) System.out.println(c);
public static AuthenticationDescription.BasicSupport 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 nullCopyright © 1999-2020 by i-net software GmbH