public static enum JCoServerAuthenticationData.AuthenticationMode extends Enum<JCoServerAuthenticationData.AuthenticationMode>
JCoServerAuthenticationData
object.Enum Constant and Description |
---|
SSO
a SSO ticket is supplied.
|
USERPWD
User and password are supplied.
|
X509
a X509 certificate is supplied.
|
Modifier and Type | Method and Description |
---|---|
static JCoServerAuthenticationData.AuthenticationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCoServerAuthenticationData.AuthenticationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCoServerAuthenticationData.AuthenticationMode SSO
public static final JCoServerAuthenticationData.AuthenticationMode X509
public static final JCoServerAuthenticationData.AuthenticationMode USERPWD
public static JCoServerAuthenticationData.AuthenticationMode[] values()
for (JCoServerAuthenticationData.AuthenticationMode c : JCoServerAuthenticationData.AuthenticationMode.values()) System.out.println(c);
public static JCoServerAuthenticationData.AuthenticationMode 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 © 2024 SAP. All rights reserved.