| 
    keycloak-oidc-service
    
   | 
 


公開メンバ関数 | |
| KeyProvider | create (KeycloakSession session, ComponentModel model) | 
| void | validateConfiguration (KeycloakSession session, RealmModel realm, ComponentModel model) throws ComponentValidationException | 
| String | getHelpText () | 
| List< ProviderConfigProperty > | getConfigProperties () | 
| String | getId () | 
| default ProviderType | create (KeycloakSession session) | 
| default boolean | createFallbackKeys (KeycloakSession session, KeyUse keyUse, String algorithm) | 
| default void | init (Config.Scope config) | 
| default void | postInit (KeycloakSessionFactory factory) | 
| default void | close () | 
| default void | onCreate (KeycloakSession session, RealmModel realm, ComponentModel model) | 
| default void | onUpdate (KeycloakSession session, RealmModel realm, ComponentModel oldModel, ComponentModel newModel) | 
| default void | preRemove (KeycloakSession session, RealmModel realm, ComponentModel model) | 
| default List< ProviderConfigProperty > | getCommonProviderConfigProperties () | 
| default Map< String, Object > | getTypeMetadata () | 
| default int | order () | 
静的公開メンバ関数 | |
| 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 | 
      
  | 
  inlineinherited | 
      
  | 
  inlinestaticinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
These are config properties that are common across all implementation of this component type
org.keycloak.storage.UserStorageProviderFactory< T extends UserStorageProvider >, org.keycloak.storage.client.ClientStorageProviderFactory< T extends ClientStorageProvider >で実装されています。
      
  | 
  inline | 
org.keycloak.provider.ConfiguredProviderを実装しています。
      
  | 
  inline | 
org.keycloak.provider.ConfiguredProviderを実装しています。
      
  | 
  inline | 
org.keycloak.provider.ProviderFactory< T extends Provider >を実装しています。
      
  | 
  inlineinherited | 
This is metadata about this component type. Its really configuration information about the component type and not an individual instance
org.keycloak.storage.UserStorageProviderFactory< T extends UserStorageProvider >, org.keycloak.storage.client.ClientStorageProviderFactory< T extends ClientStorageProvider >で実装されています。
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Called after a component is created
| session | |
| realm | |
| model | 
org.keycloak.storage.UserStorageProviderFactory< T extends UserStorageProvider >, org.keycloak.storage.client.ClientStorageProviderFactory< T extends ClientStorageProvider >で実装されています。
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
org.keycloak.component.ComponentFactory< CreatedType, ProviderType extends Provider >を実装しています。
      
  | 
  staticprivate | 
      
  | 
  staticprivate | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  staticprivate | 
 1.8.13