Interface OpenIdConnectUserAuthentication

All Superinterfaces:
org.springframework.security.core.Authentication, com.blueriq.component.api.security.BlueriqAuthentication, OpenIdConnectAuthentication, Principal, Serializable
All Known Implementing Classes:
OpenIdConnectUserAuthenticationImpl

public interface OpenIdConnectUserAuthentication extends OpenIdConnectAuthentication
Represents a user that was authenticated using OpenID Connect authorization code or password grants with the option to retrieve the idToken.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    Methods inherited from interface java.security.Principal

    equals, getName, hashCode, implies, toString
  • Method Details

    • getIdToken

      String getIdToken()