Interface OpenIdConnectUserAuthentication
- All Superinterfaces:
org.springframework.security.core.Authentication
,com.blueriq.component.api.security.BlueriqAuthentication
,OpenIdConnectAuthentication
,Principal
,Serializable
- All Known Implementing Classes:
OpenIdConnectUserAuthenticationImpl
Represents a user that was authenticated using OpenID Connect authorization code or password grants with the option
to retrieve the idToken.
-
Method Summary
Methods inherited from interface org.springframework.security.core.Authentication
getAuthorities, getCredentials, getDetails, getPrincipal, isAuthenticated, setAuthenticated
Methods inherited from interface com.blueriq.component.api.security.BlueriqAuthentication
getClaim, getClaimNames, getRoles, getTeams, isAnonymous, isAutomatic
Methods inherited from interface com.aquima.web.boot.security.openid.OpenIdConnectAuthentication
getEncodedAccessToken
-
Method Details
-
getIdToken
String getIdToken()
-