Uses of Class
net.webpdf.wsclient.session.auth.AbstractAuthenticationProvider
-
Packages that use AbstractAuthenticationProvider Package Description net.webpdf.wsclient.session.auth -
-
Uses of AbstractAuthenticationProvider in net.webpdf.wsclient.session.auth
Subclasses of AbstractAuthenticationProvider in net.webpdf.wsclient.session.auth Modifier and Type Class Description classAnonymousAuthProviderAn instance ofAnonymousAuthProviderdemands the initialization of an anonymousSession.
Be aware: You should make sure, that your webPDF server allows anonymousSessions, otherwise you can not use theAnonymousAuthProvider.classUserAuthProviderAn instance ofUserAuthProvidershall provideUsernamePasswordCredentialsfor the authentication of a webPDF user.
-