| 
    keycloak
    
   | 
 


公開メンバ関数 | |
| void | init (Config.Scope config) | 
| LDAPStorageMapper | create (KeycloakSession session, ComponentModel model) | 
| void | postInit (KeycloakSessionFactory factory) | 
| Map< String, Object > | getTypeMetadata () | 
| void | close () | 
| String | getId () | 
| default String | getHelpText () | 
| default List< ProviderConfigProperty > | getConfigProperties () | 
| default void | validateConfiguration (KeycloakSession session, RealmModel realm, ComponentModel config) throws ComponentValidationException | 
| default void | onParentUpdate (RealmModel realm, UserStorageProviderModel oldParent, UserStorageProviderModel newParent, ComponentModel mapperModel) | 
| default void | onCreate (KeycloakSession session, RealmModel realm, ComponentModel model) | 
静的公開メンバ関数 | |
| static ProviderConfigProperty | createConfigProperty (String name, String label, String helpText, String type, List< String > options) | 
限定公開メンバ関数 | |
| abstract AbstractLDAPStorageMapper | createMapper (ComponentModel mapperModel, LDAPStorageProvider federationProvider) | 
| void | checkMandatoryConfigAttribute (String name, String displayName, ComponentModel mapperModel) throws ComponentValidationException | 
      
  | 
  inlineprotected | 
      
  | 
  inline | 
      
  | 
  inlinestatic | 
      
  | 
  abstractprotected | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
This is the name of the provider and will be showed in the admin console as an option.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
Called when UserStorageProviderModel is created. This allows you to do initialization of any additional configuration you need to add. For example, you may be introspecting a database or ldap schema to automatically create mappings.
| session | |
| realm | |
| model | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
 1.8.13