Package net.webpdf.wsclient.session.auth.material
-
Interface Summary Interface Description AuthMaterial An instance ofAuthMaterialprovides information for the authenticationAuthMaterial.getCredentials()and authorizationAuthMaterial.getAuthHeader()/AuthMaterial.getRawAuthHeader()of aSession. -
Class Summary Class Description AnonymousMaterial An instance ofAnonymousMaterialserves to establish an anonymousSessionvia theAnonymousAuthProvider.
None of the hereby implemented methods shall provide usable authentication or authorization material.AuthenticationMaterial An instance ofAuthenticationMaterialserves to establish a user basedSessionwith the webPDF server.
It shall both provideUsernamePasswordCredentialsfor a user, and a proper authorizationHeaderto communicate the authentication attempt to the server. -
Enum Summary Enum Description AuthMethod AuthMethodenumerates the supported authorization methods, that may be used to build authorizationHeaders.