Uses of Class
de.xima.fc.certificate.provider.CertificateProviderUser
Packages that use CertificateProviderUser
Package
Description
-
Uses of CertificateProviderUser in de.xima.fc.certificate.provider
Methods in de.xima.fc.certificate.provider with parameters of type CertificateProviderUserModifier and TypeMethodDescription@NotNull Optional<CertificateBundle> CryptoProvider.getCurrentValidCertificateBundleForSubject(CertificateSelectionBySubjectQuery query, CertificateProviderUser user) Retrieves the current valid certificate bundle for the given subject for the specified client.@NotNull Optional<CertificateBundle> CryptoProvider.getCurrentValidCertificateBundleForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateProviderUser user) Retrieves the current valid certificate bundle for the given usage subject within the specified scope. -
Uses of CertificateProviderUser in de.xima.fc.certificate.provider.internal.rpc
Methods in de.xima.fc.certificate.provider.internal.rpc with parameters of type CertificateProviderUserModifier and TypeMethodDescription@NotNull Optional<EncryptedKeyStore> RpcCryptoProvider.getCurrentValidCertificateForSubjectAsKeyStore(CertificateSelectionBySubjectQuery query, CertificateProviderUser user, Long frontendServerId) Retrieves the current valid certificate for the given subject for the specified client in form of a keystore.@NotNull Optional<EncryptedKeyStore> RpcCryptoProvider.getCurrentValidCertificateForUsageSubjectAsKeyStore(CertificateSelectionByUsageSubjectQuery query, CertificateProviderUser user, Long frontendServerId) Retrieves the current valid certificate for the given usage subject within the specified scope in form of keystore.RpcCryptoProvider.getKeyStoreForTls(TlsScope tlsScope, CertificateProviderUser user, Long frontendServerId) Returns an encrypted keystore for the given TLS scope. -
Uses of CertificateProviderUser in de.xima.fc.logic.user
Methods in de.xima.fc.logic.user that return CertificateProviderUserModifier and TypeMethodDescriptionstatic CertificateProviderUserUserAdapter.toCertificateProviderUser(IUser user) Converts anIUserto aCertificateProviderUsermodel.