Uses of Class
de.xima.fc.certificate.mgmt.keystore.KeyStoreInfoDTO
Packages that use KeyStoreInfoDTO
Package
Description
-
Uses of KeyStoreInfoDTO in de.xima.fc.certificate.gui.internal
Methods in de.xima.fc.certificate.gui.internal that return types with arguments of type KeyStoreInfoDTOModifier and TypeMethodDescriptionUserKeyStoreLocator.getUserKeyStores(Collection<CertificateUserDetailsAdapter.Adapter> certificateDetails, CertificateManagementUser user) Finds user keystores based on the provided collection of certificate user details adapters.ViewKeystoreManangementService.readKeystoreDTOs(KeyStoreScope scope, CertificateManagementUser user) Methods in de.xima.fc.certificate.gui.internal with parameters of type KeyStoreInfoDTOModifier and TypeMethodDescriptiondefault StringKeystoreSelectItemMapper.getUserName(KeyStoreInfoDTO keyStoreInfoDTO) KeystoreSelectItemMapper.toKeystoreSelectItem(KeyStoreInfoDTO keyStoreInfoDTO) KeystoreSelectItemMapperImpl.toKeystoreSelectItem(KeyStoreInfoDTO keyStoreInfoDTO) -
Uses of KeyStoreInfoDTO in de.xima.fc.certificate.gui.internal.administration.mapper
Methods in de.xima.fc.certificate.gui.internal.administration.mapper with parameters of type KeyStoreInfoDTOModifier and TypeMethodDescriptiondefault LongKeystoreViewModelMapper.toId(KeyStoreInfoDTO keyStoreInfoDTO, ICertificateMappingContext context) KeystoreViewModelMapper.toKeystoreViewModel(KeyStoreInfoDTO keyStoreInfoDTO, ICertificateMappingContext context) KeystoreViewModelMapperImpl.toKeystoreViewModel(KeyStoreInfoDTO keyStoreInfoDTO, ICertificateMappingContext context) default EViewStatusKeystoreViewModelMapper.toViewStatus(KeyStoreInfoDTO keyStoreInfoDTO, ICertificateMappingContext context) Method parameters in de.xima.fc.certificate.gui.internal.administration.mapper with type arguments of type KeyStoreInfoDTOModifier and TypeMethodDescriptiondefault List<IKeystoreEntryViewModel> KeystoreEntryViewModelMapper.toKeystoreEntryViewModels(Set<KeyStoreInfoDTO> keyStoreInfoDTOs, ICertificateMappingContext context) -
Uses of KeyStoreInfoDTO in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt that return KeyStoreInfoDTOModifier and TypeMethodDescription@NotNull KeyStoreInfoDTOKeyStoreManagementService.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) Creates a new custom keystore with the specified name, description, assignee type, and assignee ID.@NotNull KeyStoreInfoDTOKeyStoreManagementService.findByUserId(Long userId, CertificateManagementUser user) Retrieves the keystore of the user with the specified ID.@NotNull KeyStoreInfoDTOKeyStoreManagementService.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) Retrieves the default keystore for the specified scope.Methods in de.xima.fc.certificate.mgmt that return types with arguments of type KeyStoreInfoDTOModifier and TypeMethodDescriptionKeyStoreManagementService.findById(Long keyStoreId, CertificateManagementUser user) Retrieves the keystore with the specified ID.KeyStoreManagementService.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) Retrieves the keystore with the specified name in the given scope if it exists.@NotNull Set<KeyStoreInfoDTO> KeyStoreManagementService.getAllByAssigneeType(Set<EAssigneeType> assigneeTypes, CertificateManagementUser user) Retrieves a list of all keystores assigned to the specified type of assignee.@NotNull Set<KeyStoreInfoDTO> KeyStoreManagementService.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) Retrieves a list of all keystores for the given scopes. -
Uses of KeyStoreInfoDTO in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal that return KeyStoreInfoDTOModifier and TypeMethodDescriptionKeyStoreManagementServiceImpl.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) KeyStoreManagementServiceImpl.findByUserId(Long userId, CertificateManagementUser user) KeyStoreManagementServiceImpl.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) Methods in de.xima.fc.certificate.mgmt.internal that return types with arguments of type KeyStoreInfoDTOModifier and TypeMethodDescriptionKeyStoreManagementServiceImpl.findById(Long keyStoreId, CertificateManagementUser user) KeyStoreManagementServiceImpl.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) KeyStoreManagementServiceImpl.getAllByAssigneeType(Set<EAssigneeType> assigneeTypes, CertificateManagementUser user) KeyStoreManagementServiceImpl.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) -
Uses of KeyStoreInfoDTO in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc that return KeyStoreInfoDTOModifier and TypeMethodDescription@NotNull KeyStoreInfoDTORpcKeyStoreManagementService.createCustomKeyStore(NewKeyStoreDefinition newKeyStoreDefinition, CertificateManagementUser user) Creates a new custom keystore with the specified name, description, assignee type, and assignee ID.@NotNull KeyStoreInfoDTORpcKeyStoreManagementService.findByUserId(Long userId, CertificateManagementUser user) Retrieves the keystore of the user with the specified ID.@NotNull KeyStoreInfoDTORpcKeyStoreManagementService.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) Retrieves the default keystore for the specified scope.Methods in de.xima.fc.certificate.mgmt.internal.rpc that return types with arguments of type KeyStoreInfoDTOModifier and TypeMethodDescriptionRpcKeyStoreManagementService.findById(Long keyStoreId, CertificateManagementUser user) Retrieves the keystore with the specified ID.RpcKeyStoreManagementService.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) Retrieves the keystore with the specified name in the given scope if it exists.@NotNull Set<KeyStoreInfoDTO> RpcKeyStoreManagementService.getAllByAssigneeType(Set<EAssigneeType> assigneeTypes, CertificateManagementUser user) Retrieves a list of all keystores assigned to the specified type of assignee.@NotNull Set<KeyStoreInfoDTO> RpcKeyStoreManagementService.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) Retrieves a list of all keystores for the given scopes.