Class DockerComposeCertsDirectory
- java.lang.Object
- 
- org.keycloak.protocol.docker.installation.compose.DockerComposeCertsDirectory
 
- 
 public class DockerComposeCertsDirectory extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DockerComposeCertsDirectory(String directoryName, Certificate realmCert, String registryCertFilename, String registryKeyFilename, String idpCertTrustChainFilename, String realmName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirectoryName()Map.Entry<String,byte[]>getIdpTrustChainFile()Map.Entry<String,byte[]>getLocalhostCertFile()Map.Entry<String,byte[]>getLocalhostKeyFile()
 
-