Uses of Class
net.webpdf.wsclient.openapi.AuthUserCertificates
-
Packages that use AuthUserCertificates Package Description net.webpdf.wsclient.session.rest -
-
Uses of AuthUserCertificates in net.webpdf.wsclient.session.rest
Methods in net.webpdf.wsclient.session.rest that return AuthUserCertificates Modifier and Type Method Description @Nullable AuthUserCertificatesAbstractRestSession. getCertificates()Returns theAuthUserCertificatesof the currently logged-in user of thisRestSession.@Nullable AuthUserCertificatesRestSession. getCertificates()Returns theAuthUserCertificatesof the currently logged-in user of thisRestSession.@Nullable AuthUserCertificatesAbstractRestSession. updateCertificates(String keystoreName, KeyStorePassword keyStorePassword)Updates theKeyStorePasswords for specific keystore and returns theAuthUserCertificatesfor the currently logged-in user afterward.@Nullable AuthUserCertificatesRestSession. updateCertificates(String keystoreName, KeyStorePassword keyStorePassword)Updates theKeyStorePasswords for specific keystore and returns theAuthUserCertificatesfor the currently logged-in user afterward.
-