Uses of Class
net.webpdf.wsclient.exception.AuthResultException
-
Packages that use AuthResultException Package Description net.webpdf.wsclient.session.auth -
-
Uses of AuthResultException in net.webpdf.wsclient.session.auth
Methods in net.webpdf.wsclient.session.auth that throw AuthResultException Modifier and Type Method Description @NotNull AuthMaterialAbstractAuthenticationProvider. provide(@NotNull Session session)ProvidesAuthMaterialfor the authorization of aSession.
Will attempt to produce aSessionTokenforRestSessions.
Will also refresh expiredSessionTokens.@NotNull AuthMaterialAuthProvider. provide(@NotNull Session session)Provides authorizationSessionTokenfor aSession.@NotNull OAuth2TokenOAuth2Provider. provide(@NotNull Session session)Provides anOAuth2Tokenfor the authorization of aSession.
-