Uses of Interface
com.inrupt.client.auth.Authenticator
Packages that use Authenticator
Package
Description
Classes for working with Access Grants.
Authentication and Authorization classes for the Inrupt Java Client Libraries.
OpenID support for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
-
Uses of Authenticator in com.inrupt.client.accessgrant
Methods in com.inrupt.client.accessgrant with parameters of type AuthenticatorModifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) -
Uses of Authenticator in com.inrupt.client.auth
Methods in com.inrupt.client.auth with parameters of type AuthenticatorModifier and TypeMethodDescriptionSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) Fetch an authentication token from session values. -
Uses of Authenticator in com.inrupt.client.openid
Classes in com.inrupt.client.openid that implement AuthenticatorModifier and TypeClassDescriptionclass
A mechanism capable of retrieving an access token from an OpenId Provider.Methods in com.inrupt.client.openid that return AuthenticatorModifier and TypeMethodDescriptionOpenIdAuthenticationProvider.getAuthenticator
(Challenge challenge) Methods in com.inrupt.client.openid with parameters of type AuthenticatorModifier and TypeMethodDescriptionOpenIdSession.authenticate
(Authenticator auth, Request request, Set<String> algorithms) -
Uses of Authenticator in com.inrupt.client.spi
Methods in com.inrupt.client.spi that return AuthenticatorModifier and TypeMethodDescriptionAuthenticationProvider.getAuthenticator
(Challenge challenge) Return an authenticator for the supplied challenge.