Uses of Class
org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.IdentityMapperType
-
Packages that use X509AuthenticatorConfigModel.IdentityMapperType Package Description org.keycloak.authentication.authenticators.x509 -
-
Uses of X509AuthenticatorConfigModel.IdentityMapperType in org.keycloak.authentication.authenticators.x509
Methods in org.keycloak.authentication.authenticators.x509 that return X509AuthenticatorConfigModel.IdentityMapperType Modifier and Type Method Description X509AuthenticatorConfigModel.IdentityMapperTypeX509AuthenticatorConfigModel. getUserIdentityMapperType()static X509AuthenticatorConfigModel.IdentityMapperTypeX509AuthenticatorConfigModel.IdentityMapperType. parse(String name)static X509AuthenticatorConfigModel.IdentityMapperTypeX509AuthenticatorConfigModel.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.Methods in org.keycloak.authentication.authenticators.x509 with parameters of type X509AuthenticatorConfigModel.IdentityMapperType Modifier and Type Method Description X509AuthenticatorConfigModelX509AuthenticatorConfigModel. setUserIdentityMapperType(X509AuthenticatorConfigModel.IdentityMapperType value)
-