| 
    keycloak-service
    
   | 
 


公開メンバ関数 | |
| KeyProvider | create (KeycloakSession session, ComponentModel model) | 
| void | validateConfiguration (KeycloakSession session, RealmModel realm, ComponentModel model) throws ComponentValidationException | 
| String | getHelpText () | 
| List< ProviderConfigProperty > | getConfigProperties () | 
| String | getId () | 
静的公開メンバ関数 | |
| static final ProviderConfigurationBuilder | configurationBuilder () | 
静的公開変数類 | |
| static final String | ID = "java-keystore" | 
| static String | KEYSTORE_KEY = "keystore" | 
| static ProviderConfigProperty | KEYSTORE_PROPERTY = new ProviderConfigProperty(KEYSTORE_KEY, "Keystore", "Path to keys file", STRING_TYPE, null) | 
| static String | KEYSTORE_PASSWORD_KEY = "keystorePassword" | 
| static ProviderConfigProperty | KEYSTORE_PASSWORD_PROPERTY = new ProviderConfigProperty(KEYSTORE_PASSWORD_KEY, "Keystore Password", "Password for the keys", STRING_TYPE, null, true) | 
| static String | KEY_ALIAS_KEY = "keyAlias" | 
| static ProviderConfigProperty | KEY_ALIAS_PROPERTY = new ProviderConfigProperty(KEY_ALIAS_KEY, "Key Alias", "Alias for the private key", STRING_TYPE, null) | 
| static String | KEY_PASSWORD_KEY = "keyPassword" | 
| static ProviderConfigProperty | KEY_PASSWORD_PROPERTY = new ProviderConfigProperty(KEY_PASSWORD_KEY, "Key Password", "Password for the private key", STRING_TYPE, null, true) | 
静的非公開変数類 | |
| static final Logger | logger = Logger.getLogger(JavaKeystoreKeyProviderFactory.class) | 
| static final String | HELP_TEXT = "Loads keys from a Java keys file" | 
| static final List< ProviderConfigProperty > | CONFIG_PROPERTIES | 
      
  | 
  inlinestaticinherited | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  staticprivate | 
 1.8.13