public static enum AbstractWsSecurityHandler.SignedParts extends Enum<AbstractWsSecurityHandler.SignedParts>
Enum Constant and Description |
---|
BODY |
BST |
SAML_ASSERTION |
TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
static AbstractWsSecurityHandler.SignedParts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractWsSecurityHandler.SignedParts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractWsSecurityHandler.SignedParts BODY
public static final AbstractWsSecurityHandler.SignedParts TIMESTAMP
public static final AbstractWsSecurityHandler.SignedParts BST
public static final AbstractWsSecurityHandler.SignedParts SAML_ASSERTION
public static AbstractWsSecurityHandler.SignedParts[] values()
for (AbstractWsSecurityHandler.SignedParts c : AbstractWsSecurityHandler.SignedParts.values()) System.out.println(c);
public static AbstractWsSecurityHandler.SignedParts 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 null
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.