mitreid-connect
|
公開メンバ関数 | |
PendingOIDCAuthenticationToken (String subject, String issuer, ServerConfiguration serverConfiguration, JWT idToken, String accessTokenValue, String refreshTokenValue) | |
Object | getCredentials () |
Object | getPrincipal () |
String | getSub () |
JWT | getIdToken () |
String | getAccessTokenValue () |
String | getRefreshTokenValue () |
ServerConfiguration | getServerConfiguration () |
String | getIssuer () |
非公開メンバ関数 | |
void | writeObject (ObjectOutputStream out) throws IOException |
void | readObject (ObjectInputStream in) throws IOException, ClassNotFoundException, ParseException |
非公開変数類 | |
final ImmutableMap< String, String > | principal |
final String | accessTokenValue |
final String | refreshTokenValue |
transient JWT | idToken |
final String | issuer |
final String | sub |
final transient ServerConfiguration | serverConfiguration |
静的非公開変数類 | |
static final long | serialVersionUID = 22100073066377804L |
AuthenticationToken for use as a data shuttle from the filter to the auth provider.
|
inline |
Constructs OIDCAuthenticationToken for use as a data shuttle from the filter to the auth provider.
Set to not-authenticated.
Constructs a Principal out of the subject and issuer.
sub | |
idToken |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the principal of this object, an immutable map of the subject and issuer.
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |