public enum SamlConfirmationMethod extends Enum<SamlConfirmationMethod>
| Enum Constant and Description |
|---|
BEARER |
HOLDER_OF_KEY |
SENDER_VOUCHES |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodStringForSAML(SamlVersion samlVersion) |
static SamlConfirmationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlConfirmationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SamlConfirmationMethod BEARER
public static final SamlConfirmationMethod HOLDER_OF_KEY
public static final SamlConfirmationMethod SENDER_VOUCHES
public static SamlConfirmationMethod[] values()
for (SamlConfirmationMethod c : SamlConfirmationMethod.values()) System.out.println(c);
public static SamlConfirmationMethod 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 String getMethodStringForSAML(SamlVersion samlVersion)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.