Uses of Class
org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType
-
Packages that use X509AuthenticatorConfigModel.MappingSourceType Package Description org.keycloak.authentication.authenticators.x509 -
-
Uses of X509AuthenticatorConfigModel.MappingSourceType in org.keycloak.authentication.authenticators.x509
Methods in org.keycloak.authentication.authenticators.x509 that return X509AuthenticatorConfigModel.MappingSourceType Modifier and Type Method Description X509AuthenticatorConfigModel.MappingSourceTypeX509AuthenticatorConfigModel. getMappingSourceType()static X509AuthenticatorConfigModel.MappingSourceTypeX509AuthenticatorConfigModel.MappingSourceType. parse(String name)static X509AuthenticatorConfigModel.MappingSourceTypeX509AuthenticatorConfigModel.MappingSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static X509AuthenticatorConfigModel.MappingSourceType[]X509AuthenticatorConfigModel.MappingSourceType. 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.MappingSourceType Modifier and Type Method Description X509AuthenticatorConfigModelX509AuthenticatorConfigModel. setMappingSourceType(X509AuthenticatorConfigModel.MappingSourceType value)
-