public enum ErpQuerySigningStrategy extends Enum<ErpQuerySigningStrategy>
Enum Constant and Description |
---|
KEY_STORE_BEFORE_QUERY_SERVICE |
KEY_STORE_ONLY |
NO_SIGNING |
QUERY_SERVICE_ONLY |
Modifier and Type | Method and Description |
---|---|
static ErpQuerySigningStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErpQuerySigningStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErpQuerySigningStrategy KEY_STORE_BEFORE_QUERY_SERVICE
public static final ErpQuerySigningStrategy KEY_STORE_ONLY
public static final ErpQuerySigningStrategy QUERY_SERVICE_ONLY
public static final ErpQuerySigningStrategy NO_SIGNING
public static ErpQuerySigningStrategy[] values()
for (ErpQuerySigningStrategy c : ErpQuerySigningStrategy.values()) System.out.println(c);
public static ErpQuerySigningStrategy 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 © 2018 SAP SE. All rights reserved.