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