Uses of Class
com.inrupt.client.auth.Credential
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.
-
Uses of Credential in com.inrupt.client.accessgrant
Modifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) AccessGrantSession.getCredential
(URI name, URI uri) Modifier and TypeMethodDescriptionstatic AccessGrantSession
AccessGrantSession.ofAccessGrant
(Session session, ClientCache<URI, Credential> cache, AccessGrant... accessGrants) Create a session with a collection of known access grants. -
Uses of Credential in com.inrupt.client.auth
Modifier and TypeMethodDescriptionAuthenticator.authenticate
(Session session, Request request, Set<String> algorithms) Perform an ansynchronous authentication process, resulting in an access token.Session.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) Fetch an authentication token from session values.Retrieve an access token for a request from a cache.Session.getCredential
(URI name, URI uri) Retrieve a credential from this session.ReactiveAuthorization.negotiate
(Session session, Request request, Collection<Challenge> challenges) Negotiate for an authorization credential. -
Uses of Credential in com.inrupt.client.openid
Modifier and TypeMethodDescriptionOpenIdAuthenticationProvider.OpenIdAuthenticator.authenticate
(Session session, Request request, Set<String> algorithms) OpenIdSession.authenticate
(Authenticator auth, Request request, Set<String> algorithms) OpenIdSession.getCredential
(URI name, URI uri)