Uses of Class
com.inrupt.client.auth.Credential
Packages that use 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
Methods in com.inrupt.client.accessgrant that return types with arguments of type CredentialModifier and TypeMethodDescriptionAccessGrantSession.authenticate
(Authenticator authenticator, Request request, Set<String> algorithms) AccessGrantSession.getCredential
(URI name, URI uri) Method parameters in com.inrupt.client.accessgrant with type arguments of type CredentialModifier 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
Methods in com.inrupt.client.auth that return types with arguments of type CredentialModifier 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
Methods in com.inrupt.client.openid that return types with arguments of type CredentialModifier 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)