public enum EsbSecurityConstants extends Enum<EsbSecurityConstants>
| Modifier and Type | Method and Description |
|---|---|
static EsbSecurityConstants |
fromString(String value) |
static EsbSecurityConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsbSecurityConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsbSecurityConstants NO
public static final EsbSecurityConstants BASIC
public static final EsbSecurityConstants SAML
public static EsbSecurityConstants[] values()
for (EsbSecurityConstants c : EsbSecurityConstants.values()) System.out.println(c);
public static EsbSecurityConstants 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 static EsbSecurityConstants fromString(String value)
Copyright © 2011–2021 Talend Inc.. All rights reserved.