Uses of Interface
com.inrupt.client.auth.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
Modifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) -
Uses of Authenticator in com.inrupt.client.auth
Modifier 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
Modifier and TypeClassDescriptionclass
A mechanism capable of retrieving an access token from an OpenId Provider.Modifier and TypeMethodDescriptionOpenIdAuthenticationProvider.getAuthenticator
(Challenge challenge) Modifier and TypeMethodDescriptionOpenIdSession.authenticate
(Authenticator auth, Request request, Set<String> algorithms) -
Uses of Authenticator in com.inrupt.client.spi
Modifier and TypeMethodDescriptionAuthenticationProvider.getAuthenticator
(Challenge challenge) Return an authenticator for the supplied challenge.