| 
    keycloak-oidc-service
    
   | 
 


公開メンバ関数 | |
| ClientRegistrationPolicy | create (KeycloakSession session, ComponentModel model) | 
| String | getHelpText () | 
| List< ProviderConfigProperty > | getConfigProperties () | 
| String | getId () | 
| void | validateConfiguration (KeycloakSession session, RealmModel realm, ComponentModel config) throws ComponentValidationException | 
| void | init (Config.Scope config) | 
| void | postInit (KeycloakSessionFactory factory) | 
| void | close () | 
| List< ProviderConfigProperty > | getConfigProperties (KeycloakSession session) | 
| default ProviderType | create (KeycloakSession session) | 
| 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 String | PROVIDER_ID = "trusted-hosts" | 
| static final String | TRUSTED_HOSTS = "trusted-hosts" | 
| static final String | HOST_SENDING_REGISTRATION_REQUEST_MUST_MATCH = "host-sending-registration-request-must-match" | 
| static final String | CLIENT_URIS_MUST_MATCH = "client-uris-must-match" | 
限定公開変数類 | |
| KeycloakSessionFactory | sessionFactory | 
静的非公開変数類 | |
| static final ProviderConfigProperty | TRUSTED_HOSTS_PROPERTY = new ProviderConfigProperty(TRUSTED_HOSTS, "trusted-hosts.label", "trusted-hosts.tooltip", ProviderConfigProperty.MULTIVALUED_STRING_TYPE, null) | 
| static final ProviderConfigProperty | HOST_SENDING_REGISTRATION_REQUEST_MUST_MATCH_PROPERTY | 
| static final ProviderConfigProperty | CLIENT_URIS_MUST_MATCH_PROPERTY | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  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 >で実装されています。
      
  | 
  inlineinherited | 
org.keycloak.services.clientregistration.policy.ClientRegistrationPolicyFactoryを実装しています。
      
  | 
  inline | 
org.keycloak.provider.ConfiguredProviderを実装しています。
      
  | 
  inline | 
      
  | 
  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 | 
org.keycloak.provider.ProviderFactory< T extends Provider >を実装しています。
      
  | 
  inlineinherited | 
      
  | 
  inline | 
org.keycloak.component.ComponentFactory< CreatedType, ProviderType extends Provider >を実装しています。
      
  | 
  static | 
      
  | 
  staticprivate | 
      
  | 
  static | 
      
  | 
  staticprivate | 
      
  | 
  static | 
      
  | 
  protectedinherited | 
      
  | 
  static | 
      
  | 
  staticprivate | 
 1.8.13