public static enum UsernameTemplateMapper.Target extends Enum<UsernameTemplateMapper.Target>
Enum Constant and Description |
---|
BROKER_ID |
BROKER_USERNAME |
LOCAL |
Modifier and Type | Method and Description |
---|---|
abstract void |
set(BrokeredIdentityContext context,
String value) |
static UsernameTemplateMapper.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsernameTemplateMapper.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsernameTemplateMapper.Target LOCAL
public static final UsernameTemplateMapper.Target BROKER_ID
public static final UsernameTemplateMapper.Target BROKER_USERNAME
public static UsernameTemplateMapper.Target[] values()
for (UsernameTemplateMapper.Target c : UsernameTemplateMapper.Target.values()) System.out.println(c);
public static UsernameTemplateMapper.Target 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 abstract void set(BrokeredIdentityContext context, String value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.