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