public static enum X509AuthenticatorConfigModel.IdentityMapperType extends Enum<X509AuthenticatorConfigModel.IdentityMapperType>
Enum Constant and Description |
---|
USER_ATTRIBUTE |
USERNAME_EMAIL |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static X509AuthenticatorConfigModel.IdentityMapperType |
parse(String name) |
static X509AuthenticatorConfigModel.IdentityMapperType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509AuthenticatorConfigModel.IdentityMapperType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509AuthenticatorConfigModel.IdentityMapperType USER_ATTRIBUTE
public static final X509AuthenticatorConfigModel.IdentityMapperType USERNAME_EMAIL
public static X509AuthenticatorConfigModel.IdentityMapperType[] values()
for (X509AuthenticatorConfigModel.IdentityMapperType c : X509AuthenticatorConfigModel.IdentityMapperType.values()) System.out.println(c);
public static X509AuthenticatorConfigModel.IdentityMapperType 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 getName()
public static X509AuthenticatorConfigModel.IdentityMapperType parse(String name) throws IllegalArgumentException, IndexOutOfBoundsException
Copyright © 2021 JBoss by Red Hat. All rights reserved.