JCoServerAuthenticationData.Type
instead.@Deprecated public static enum JCoServerAuthenticationData.AuthenticationMode extends Enum<JCoServerAuthenticationData.AuthenticationMode>
JCoServerAuthenticationData
object.Enum Constant and Description |
---|
SSO
Deprecated.
An SSO ticket is supplied.
|
USERPWD
Deprecated.
A user and a password are supplied.
|
X509
Deprecated.
An X509 certificate is supplied.
|
Modifier and Type | Method and Description |
---|---|
static JCoServerAuthenticationData.AuthenticationMode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static JCoServerAuthenticationData.AuthenticationMode[] |
values()
Deprecated.
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 © 2025 SAP. All rights reserved.