Interface OpenIdAuthenticationFlow
- All Known Implementing Classes:
AbstractAuthenticationFlow
,ClientSecretAuthenticationFlow
,PublicAuthenticationFlow
public interface OpenIdAuthenticationFlow
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(OpenIdMetadata providerMetadata, com.nimbusds.openid.connect.sdk.Nonce nonce, URI redirectUri, String clientId, com.nimbusds.oauth2.sdk.AuthorizationCode authorizationCode, @Nullable String clientSecret) getName()
-
Method Details
-
authenticate
UserInfoBean authenticate(OpenIdMetadata providerMetadata, com.nimbusds.openid.connect.sdk.Nonce nonce, URI redirectUri, String clientId, com.nimbusds.oauth2.sdk.AuthorizationCode authorizationCode, @Nullable @Nullable String clientSecret) throws OpenIdAuthenticationException - Throws:
OpenIdAuthenticationException
-
getName
String getName()
-