Uses of Class
com.inrupt.client.auth.Challenge
Package
Description
Application interfaces for the Inrupt Java Client Libraries.
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 Challenge in com.inrupt.client
Modifier and TypeMethodDescriptionHeaders.WwwAuthenticate.getChallenges()
Get the challenges associated with this HTTP authentication interaction.Modifier and TypeMethodDescriptionstatic Headers.WwwAuthenticate
Create a new WWW-Authenticate object with a collection of challenges.Modifier and TypeMethodDescriptionstatic Headers.WwwAuthenticate
Create a new WWW-Authenticate object with a collection of challenges. -
Uses of Challenge in com.inrupt.client.auth
Modifier and TypeMethodDescriptionstatic Challenge
Create a new Challenge object with a specific authentication scheme and no parameters.static Challenge
Create a new Challenge object with a specific authentication scheme and parameters.Modifier and TypeMethodDescriptionReactiveAuthorization.negotiate
(Session session, Request request, Collection<Challenge> challenges) Negotiate for an authorization credential. -
Uses of Challenge in com.inrupt.client.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticationProvider.getAuthenticator
(Challenge challenge) -
Uses of Challenge in com.inrupt.client.spi
Modifier and TypeMethodDescriptionAuthenticationProvider.getAuthenticator
(Challenge challenge) Return an authenticator for the supplied challenge.