mitreid-connect
|
公開メンバ関数 | |
JWTBearerAssertionAuthenticationToken (JWT jwt) | |
JWTBearerAssertionAuthenticationToken (JWT jwt, Collection<? extends GrantedAuthority > authorities) | |
Object | getCredentials () |
Object | getPrincipal () |
JWT | getJwt () |
void | setJwt (JWT jwt) |
void | eraseCredentials () |
非公開変数類 | |
String | subject |
JWT | jwt |
静的非公開変数類 | |
static final long | serialVersionUID = -3138213539914074617L |
|
inline |
Create an unauthenticated token with the given subject and jwt
subject | |
jwt |
|
inline |
Create an authenticated token with the given clientID, jwt, and authorities set
subject | |
jwt | |
authorities |
|
inline |
Clear out the JWT that this token holds.
|
inline |
|
inline |
|
inline |
|
inline |
jwt | the jwt to set |
|
private |
|
staticprivate |
|
private |