A B C E G H I O T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AuthHeader - Class in com.palantir.tokens.auth
-
Represents a HTTP authentication header.
- AuthHeader() - Constructor for class com.palantir.tokens.auth.AuthHeader
B
- BearerToken - Class in com.palantir.tokens.auth
-
Value class representing an authentication bearer token.
- BearerToken() - Constructor for class com.palantir.tokens.auth.BearerToken
C
- com.palantir.tokens.auth - package com.palantir.tokens.auth
E
- equals(Object) - Method in class com.palantir.tokens.auth.BearerToken
G
- getBearerToken() - Method in class com.palantir.tokens.auth.AuthHeader
- getToken() - Method in class com.palantir.tokens.auth.BearerToken
- getUnverifiedSessionId() - Method in class com.palantir.tokens.auth.UnverifiedJsonWebToken
-
Returns the unverified session id for this token, i.e.
- getUnverifiedTokenId() - Method in class com.palantir.tokens.auth.UnverifiedJsonWebToken
-
Returns the unverified token id for this token, i.e.
- getUnverifiedUserId() - Method in class com.palantir.tokens.auth.UnverifiedJsonWebToken
-
Returns the unverified user id, i.e., the "sub" (subject) field of the JWT.
H
- hashCode() - Method in class com.palantir.tokens.auth.BearerToken
I
- ImmutablesStyle - Annotation Type in com.palantir.tokens.auth
O
- of(BearerToken) - Static method in class com.palantir.tokens.auth.AuthHeader
- of(BearerToken) - Static method in class com.palantir.tokens.auth.UnverifiedJsonWebToken
-
Attempts to create an
UnverifiedJsonWebTokenfrom providedBearerToken.
T
- toString() - Method in class com.palantir.tokens.auth.AuthHeader
-
Gets the string form: "Bearer [token]".
- toString() - Method in class com.palantir.tokens.auth.BearerToken
- tryParse(String) - Static method in class com.palantir.tokens.auth.UnverifiedJsonWebToken
-
Does a lower cost check on the structure of string provided before attempting to create an
UnverifiedJsonWebToken.
U
- UnverifiedJsonWebToken - Class in com.palantir.tokens.auth
-
Represents the parsed form of a JWT but does not verify the token signature.
- UnverifiedJsonWebToken() - Constructor for class com.palantir.tokens.auth.UnverifiedJsonWebToken
V
- valueOf(String) - Static method in class com.palantir.tokens.auth.AuthHeader
-
Takes the string form: "Bearer [token]" and creates a new
AuthHeader. - valueOf(String) - Static method in class com.palantir.tokens.auth.BearerToken
All Classes All Packages