public enum SAML2SubjectConfirmation extends Enum<SAML2SubjectConfirmation>
Enum Constant and Description |
---|
BEARER |
HOLDER_OF_KEY |
SENDER_VOUCHES |
Modifier and Type | Method and Description |
---|---|
static SAML2SubjectConfirmation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAML2SubjectConfirmation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAML2SubjectConfirmation BEARER
public static final SAML2SubjectConfirmation SENDER_VOUCHES
public static final SAML2SubjectConfirmation HOLDER_OF_KEY
public static SAML2SubjectConfirmation[] values()
for (SAML2SubjectConfirmation c : SAML2SubjectConfirmation.values()) System.out.println(c);
public static SAML2SubjectConfirmation valueOf(String name)
Copyright © 2010-2016, ForgeRock All Rights Reserved.