public class PendingOIDCAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken
Constructor and Description |
---|
PendingOIDCAuthenticationToken(String subject,
String issuer,
ServerConfiguration serverConfiguration,
com.nimbusds.jwt.JWT idToken,
String accessTokenValue,
String refreshTokenValue)
Constructs OIDCAuthenticationToken for use as a data shuttle from the filter to the auth provider.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessTokenValue() |
Object |
getCredentials() |
com.nimbusds.jwt.JWT |
getIdToken() |
String |
getIssuer() |
Object |
getPrincipal()
Get the principal of this object, an immutable map of the subject and issuer.
|
String |
getRefreshTokenValue() |
ServerConfiguration |
getServerConfiguration() |
String |
getSub() |
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
public PendingOIDCAuthenticationToken(String subject, String issuer, ServerConfiguration serverConfiguration, com.nimbusds.jwt.JWT idToken, String accessTokenValue, String refreshTokenValue)
sub
- idToken
- public Object getCredentials()
public Object getPrincipal()
public com.nimbusds.jwt.JWT getIdToken()
public String getAccessTokenValue()
public String getRefreshTokenValue()
public ServerConfiguration getServerConfiguration()
Copyright © 2018. All rights reserved.