Class DockerComposeCertsDirectory
- java.lang.Object
-
- org.keycloak.protocol.docker.installation.compose.DockerComposeCertsDirectory
-
public class DockerComposeCertsDirectory extends Object
-
-
Constructor Summary
Constructors Constructor Description DockerComposeCertsDirectory(String directoryName, Certificate realmCert, String registryCertFilename, String registryKeyFilename, String idpCertTrustChainFilename, String realmName)
-
Method Summary
All 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()
-