public enum HandlerTypeEnum extends Enum<HandlerTypeEnum>
Enum defining alias for each supported built-in CredentialHandler
provided by
PicketLink. The alias is used in the configuration without using the full qualified name of a type.
Modifier and Type | Method and Description |
---|---|
static String |
forType(String alias) |
String |
toString() |
static HandlerTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerTypeEnum SAML2_ISSUER_TRUST_HANDLER
public static final HandlerTypeEnum SAML2_AUTHENTICATION_HANDLER
public static final HandlerTypeEnum ROLES_GENERATION_HANDLER
public static final HandlerTypeEnum SAML2_ATTRIBUTE_HANDLER
public static final HandlerTypeEnum SAML2_ENCRYPTION_HANDLER
public static final HandlerTypeEnum SAML2_IN_RESPONSE_VERIFICATION_HANDLER
public static final HandlerTypeEnum SAML2_LOGOUT_HANDLER
public static final HandlerTypeEnum SAML2_SIGNATURE_GENERATION_HANDLER
public static final HandlerTypeEnum SAML2_SIGNATURE_VALIDATION_HANDLER
public static HandlerTypeEnum[] values()
for (HandlerTypeEnum c : HandlerTypeEnum.values()) System.out.println(c);
public static HandlerTypeEnum 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 toString()
toString
in class Enum<HandlerTypeEnum>
Copyright © 2017 JBoss by Red Hat. All rights reserved.