Class OpenIdConnectServiceAuthenticationToken
java.lang.Object
com.aquima.web.boot.security.openid.OpenIdConnectServiceAuthenticationToken
- All Implemented Interfaces:
Serializable
,Principal
,org.springframework.security.core.Authentication
public class OpenIdConnectServiceAuthenticationToken
extends Object
implements org.springframework.security.core.Authentication
Represents an authentication request using the OpenID Connect client credentials grant.
- Since:
- 11.6
- Author:
- Petru Galanton
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Collection<? extends org.springframework.security.core.GrantedAuthority>
getName()
boolean
void
setAuthenticated
(boolean isAuthenticated)
-
Constructor Details
-
OpenIdConnectServiceAuthenticationToken
-
-
Method Details
-
getAccessToken
-
getAccessTokenExpiresAt
public long getAccessTokenExpiresAt() -
getName
-
getAuthorities
- Specified by:
getAuthorities
in interfaceorg.springframework.security.core.Authentication
-
getCredentials
- Specified by:
getCredentials
in interfaceorg.springframework.security.core.Authentication
-
getDetails
- Specified by:
getDetails
in interfaceorg.springframework.security.core.Authentication
-
getPrincipal
- Specified by:
getPrincipal
in interfaceorg.springframework.security.core.Authentication
-
isAuthenticated
public boolean isAuthenticated()- Specified by:
isAuthenticated
in interfaceorg.springframework.security.core.Authentication
-
setAuthenticated
- Specified by:
setAuthenticated
in interfaceorg.springframework.security.core.Authentication
- Throws:
IllegalArgumentException
-