Uses of Class
de.xima.fc.certificate.mgmt.selection.CertificateSelectionByUsageSubjectQuery
Packages that use CertificateSelectionByUsageSubjectQuery
Package
Description
-
Uses of CertificateSelectionByUsageSubjectQuery in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt with parameters of type CertificateSelectionByUsageSubjectQueryModifier and TypeMethodDescription@NotNull List<CertificateInfoDTO> CertificateManagementService.findValidCertificatesForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) Retrieves all valid client certificates for a given usage subject within a defined scope.@NotNull Optional<CertificateInfoDTO> CertificateManagementService.getCurrentValidCertificateForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) Retrieves the current valid certificate for the given usage subject within a defined scope. -
Uses of CertificateSelectionByUsageSubjectQuery in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal with parameters of type CertificateSelectionByUsageSubjectQueryModifier and TypeMethodDescriptionCertificateManagementServiceImpl.findValidCertificatesForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) CertificateManagementServiceImpl.getCurrentValidCertificateForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) -
Uses of CertificateSelectionByUsageSubjectQuery in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc with parameters of type CertificateSelectionByUsageSubjectQueryModifier and TypeMethodDescription@NotNull List<CertificateInfoDTO> RpcCertificateManagementService.findValidCertificatesForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) Retrieves all valid client certificates for a given usage subject within a defined scope.@NotNull Optional<CertificateInfoDTO> RpcCertificateManagementService.getCurrentValidCertificateForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateManagementUser user) Retrieves the current valid certificate for the given usage subject within a defined scope. -
Uses of CertificateSelectionByUsageSubjectQuery in de.xima.fc.certificate.mgmt.selection
Methods in de.xima.fc.certificate.mgmt.selection that return CertificateSelectionByUsageSubjectQuery