Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCRPException
-
Packages that use OIDCRPException Package Description net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl This package has encoders for various OIDC/OAuth2 requests.net.shibboleth.idp.plugin.authn.oidc.rp.impl This package has an authentication implementation for OpenID Connect authentication providers. -
-
Uses of OIDCRPException in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl that throw OIDCRPException Modifier and Type Method Description private voidDefaultUserInfoRequestEncoder. addBearerTokenToGet(org.apache.http.client.methods.RequestBuilder rb, AccessTokenResponseContext responseCtx)Add the bearer token to the Authorization header, used when issuing HTTP GET requests.private voidDefaultUserInfoRequestEncoder. addBearerTokenToPost(org.apache.http.client.methods.RequestBuilder rb, AccessTokenResponseContext responseCtx)Add the bearer token to the 'access_token' parameter, used when issuing HTTP POST requests. -
Uses of OIDCRPException in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.impl that throw OIDCRPException Modifier and Type Method Description protected TAbstractHttpOIDCAuthenticationAction. handleRequest(ProfileRequestContext profileRequestContext, AbstractAuthenticatableOIDCContext authenticatableContext)Encode the request using the supplied request encoder strategy.
-