Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.exception.OIDCProxyException
-
Packages that use OIDCProxyException Package Description net.shibboleth.idp.plugin.authn.oidc.rp.impl This package has an authentication implementation for OpenID Connect authentication providers. -
-
Uses of OIDCProxyException in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.impl that throw OIDCProxyException Modifier and Type Method Description static StringOIDCProxySupport. extractKeyFromState(String state)Extract the key component from the state.static StringOIDCProxySupport. extractNonceFromState(String state)Extract the nonce component from the state.
-