◆ MappingSourceType()
  
  
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.MappingSourceType  | 
          ( | 
          String  | 
          name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
String name
Definition: X509AuthenticatorConfigModel.java:66
 
 
 
 
◆ getName()
  
  
      
        
          | String org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.getName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
String name
Definition: X509AuthenticatorConfigModel.java:66
 
 
 
 
◆ parse()
  
  
      
        
          | static MappingSourceType org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.parse  | 
          ( | 
          String  | 
          name | ) | 
           throws IllegalArgumentException, IndexOutOfBoundsException | 
         
       
   | 
  
inlinestatic   | 
  
 
   72             if (
name == null || 
name.trim().length() == 0)
    73                 throw new IllegalArgumentException(
"name");
    76                 if (value.getName().equalsIgnoreCase(
name))
    79             throw new IndexOutOfBoundsException(
"name");
 MappingSourceType(String name)
Definition: X509AuthenticatorConfigModel.java:67
 
String name
Definition: X509AuthenticatorConfigModel.java:66
 
 
 
 
◆ ISSUERDN
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.ISSUERDN =(MAPPING_SOURCE_CERT_ISSUERDN) | 
        
      
 
 
◆ ISSUERDN_CN
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.ISSUERDN_CN =(MAPPING_SOURCE_CERT_ISSUERDN_CN) | 
        
      
 
 
◆ ISSUERDN_EMAIL
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.ISSUERDN_EMAIL =(MAPPING_SOURCE_CERT_ISSUERDN_EMAIL) | 
        
      
 
 
◆ name
  
  
      
        
          | String org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.name | 
         
       
   | 
  
private   | 
  
 
 
◆ SERIALNUMBER
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.SERIALNUMBER =(MAPPING_SOURCE_CERT_SERIALNUMBER) | 
        
      
 
 
◆ SUBJECTALTNAME_EMAIL
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.SUBJECTALTNAME_EMAIL =(MAPPING_SOURCE_CERT_SUBJECTALTNAME_EMAIL) | 
        
      
 
 
◆ SUBJECTDN
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.SUBJECTDN =(MAPPING_SOURCE_CERT_SUBJECTDN) | 
        
      
 
 
◆ SUBJECTDN_CN
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.SUBJECTDN_CN =(MAPPING_SOURCE_CERT_SUBJECTDN_CN) | 
        
      
 
 
◆ SUBJECTDN_EMAIL
      
        
          | org.keycloak.authentication.authenticators.x509.X509AuthenticatorConfigModel.MappingSourceType.SUBJECTDN_EMAIL =(MAPPING_SOURCE_CERT_SUBJECTDN_EMAIL) | 
        
      
 
 
次のファイルからこの列挙についての詳解を抽出しました: