| 
    keycloak
    
   | 
 

公開メンバ関数 | |
| DockerComposeYamlFile (final String registryDataDirName, final String localCertDirName, final String containerCertPath, final String localhostCrtFileName, final String localhostKeyFileName, final String authServerTrustChainFileName, final URL authServerUrl, final String realmName, final String serviceId) | |
| byte [] | generateDockerComposeFileBytes () | 
非公開変数類 | |
| final String | registryDataDirName | 
| final String | localCertDirName | 
| final String | containerCertPath | 
| final String | localhostCrtFileName | 
| final String | localhostKeyFileName | 
| final String | authServerTrustChainFileName | 
| final URL | authServerUrl | 
| final String | realmName | 
| final String | serviceId | 
Representation of the docker-compose.yaml file
      
  | 
  inline | 
| registryDataDirName | Directory name to be used for both the container's storage directory, as well as the local data directory name | 
| localCertDirName | Name of the (relative) local directory that holds the certs | 
| containerCertPath | Path at which the local certs directory should be mounted on the container | 
| localhostCrtFileName | SSL Cert file name for the registry | 
| localhostKeyFileName | SSL Key file name for the registry | 
| authServerTrustChainFileName | IDP trust chain, used for auth token validation | 
| authServerUrl | Root URL for Keycloak, commonly something like http://localhost:8080/auth for dev environments | 
| realmName | Name of the realm for which the docker client is configured | 
| serviceId | Docker's Service ID, corresponds to Keycloak's client ID | 
      
  | 
  inline | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
 1.8.13