Class OpenIdConnectUserAuthenticationImpl

java.lang.Object
com.aquima.web.boot.security.openid.OpenIdConnectAccessTokenAuthentication
com.aquima.web.boot.security.openid.OpenIdConnectUserAuthenticationImpl
All Implemented Interfaces:
OpenIdConnectAuthentication, OpenIdConnectUserAuthentication, com.blueriq.component.api.security.BlueriqAuthentication, Serializable, Principal, org.springframework.security.core.Authentication

public class OpenIdConnectUserAuthenticationImpl extends OpenIdConnectAccessTokenAuthentication implements OpenIdConnectUserAuthentication
Represents a user that was authenticated using OpenID Connect authorization code or password grants. Besides the access-token it also holds the id token obtained at login. This makes logging out using the id_token_hint parameter possible.
See Also: