mitreid-connect
|
公開メンバ関数 | |
OIDCAuthenticationToken (String subject, String issuer, UserInfo userInfo, Collection<? extends GrantedAuthority > authorities, JWT idToken, String accessTokenValue, String refreshTokenValue) | |
Object | getCredentials () |
Object | getPrincipal () |
String | getSub () |
JWT | getIdToken () |
String | getAccessTokenValue () |
String | getRefreshTokenValue () |
String | getIssuer () |
UserInfo | getUserInfo () |
非公開メンバ関数 | |
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 UserInfo | userInfo |
静的非公開変数類 | |
static final long | serialVersionUID = 22100073066377804L |
|
inline |
Constructs OIDCAuthenticationToken with a full set of authorities, marking this as authenticated.
Set to authenticated.
Constructs a Principal out of the subject and issuer.
subject | |
authorities | |
principal | |
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 |