Uses of Class
com.janeirodigital.sai.authentication.ClientCredentialsSession.Builder
-
Uses of ClientCredentialsSession.Builder in com.janeirodigital.sai.authentication
Methods in com.janeirodigital.sai.authentication that return ClientCredentialsSession.BuilderModifier and TypeMethodDescriptionClientCredentialsSession.Builder.requestToken()
Request tokens from the token endpoint of the openid connect providerClientCredentialsSession.Builder.setApplication
(URI applicationId) Optional - Sets the application identifier associated with the registered client.ClientCredentialsSession.Builder.setClientIdentifier
(String clientIdentifier) Sets the client identifier that will be used to authenticate with the oidc provider.ClientCredentialsSession.Builder.setClientSecret
(String clientSecret) Sets the client secret that will be used to authenticate with the oidc provider.ClientCredentialsSession.Builder.setOidcProvider
(URI oidcProviderId) Sets the openid connect provider that the client is registered with.Sets the authorization scopes to use in the authorization requestClientCredentialsSession.Builder.setSocialAgent
(URI socialAgentId) Optional - Sets the social agent associated with the registered client.