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