Uses of Class
de.xima.fc.persistence.ConnectionProperties.TlsScope
Packages that use ConnectionProperties.TlsScope
-
Uses of ConnectionProperties.TlsScope in de.xima.fc.persistence
Methods in de.xima.fc.persistence that return ConnectionProperties.TlsScopeModifier and TypeMethodDescriptionConnectionProperties.TlsScope.deserialize(String serialized) Deserializes a TLS scope from a String representation.ConnectionProperties.getTlsScope()Optional.ITlsScopeResolver.resolve(ConnectionIdentifier connectionIdentifier) Resolves the TLS scope for the given connection identifier.ConnectionProperties.TlsScope.system()Creates a TLS scope for the whole system.Creates a TLS scope for a specific tenant.Methods in de.xima.fc.persistence with parameters of type ConnectionProperties.TlsScopeModifier and TypeMethodDescriptionConnectionProperties.Builder.tlsScope(ConnectionProperties.TlsScope tlsScope) Optional. -
Uses of ConnectionProperties.TlsScope in de.xima.fc.persistence.internal
Methods in de.xima.fc.persistence.internal with parameters of type ConnectionProperties.TlsScopeModifier and TypeMethodDescriptionConnectionPropertiesMapper.toConnectionProperties(DatabaseConnectionConfig dbConnectionConfig, ConnectionIdentifier connectionIdentifier, ConnectionProperties.TlsScope tlsScope) ConnectionPropertiesMapperImpl.toConnectionProperties(DatabaseConnectionConfig dbConnectionConfig, ConnectionIdentifier connectionIdentifier, ConnectionProperties.TlsScope tlsScope)