Package | Description |
---|---|
org.keycloak.authentication.authenticators.x509 |
Modifier and Type | Method and Description |
---|---|
X509AuthenticatorConfigModel.IdentityMapperType |
X509AuthenticatorConfigModel.getUserIdentityMapperType() |
static X509AuthenticatorConfigModel.IdentityMapperType |
X509AuthenticatorConfigModel.IdentityMapperType.parse(String name) |
static X509AuthenticatorConfigModel.IdentityMapperType |
X509AuthenticatorConfigModel.IdentityMapperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509AuthenticatorConfigModel.IdentityMapperType[] |
X509AuthenticatorConfigModel.IdentityMapperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
X509AuthenticatorConfigModel |
X509AuthenticatorConfigModel.setUserIdentityMapperType(X509AuthenticatorConfigModel.IdentityMapperType value) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.