Uses of Interface
de.xima.fc.certificate.gui.internal.CertificateUserDetailsAdapter.Adapter
Packages that use CertificateUserDetailsAdapter.Adapter
-
Uses of CertificateUserDetailsAdapter.Adapter in de.xima.fc.certificate.gui.internal
Methods in de.xima.fc.certificate.gui.internal that return CertificateUserDetailsAdapter.AdapterModifier and TypeMethodDescriptionCertificateUserDetailsAdapter.forCommonName(String commonName) Creates an adapter for the given common name, which can be used to search for users in the system.CertificateUserDetailsAdapter.forDetails(X509CertificateDetails details) Creates an adapter for the given X509CertificateDetails, which can be used to search for users in the system.Creates an adapter for the given email address, which can be used to search for users in the system.Method parameters in de.xima.fc.certificate.gui.internal with type arguments of type CertificateUserDetailsAdapter.AdapterModifier and TypeMethodDescriptionUserKeyStoreLocator.getUserKeyStores(Collection<CertificateUserDetailsAdapter.Adapter> certificateDetails, CertificateManagementUser user) Finds user keystores based on the provided collection of certificate user details adapters.