Modifier and Type | Method and Description |
---|---|
static SkeletonKeyToken |
RSATokenVerifier.verifyToken(String tokenString,
ResourceMetadata metadata) |
Modifier and Type | Field and Description |
---|---|
protected SkeletonKeyToken |
OAuthAuthenticationServerValve.AccessCode.token |
protected SkeletonKeyToken |
CatalinaBearerTokenAuthenticator.token |
protected SkeletonKeyToken |
ServletOAuthLogin.token |
Modifier and Type | Method and Description |
---|---|
protected SkeletonKeyToken |
OAuthAuthenticationServerValve.buildToken(org.apache.catalina.realm.GenericPrincipal gp) |
SkeletonKeyToken |
OAuthAuthenticationServerValve.AccessCode.getToken() |
SkeletonKeyToken |
CatalinaBearerTokenAuthenticator.getToken() |
SkeletonKeyToken |
ServletOAuthLogin.getToken() |
Modifier and Type | Method and Description |
---|---|
protected AccessTokenResponse |
OAuthAuthenticationServerValve.accessTokenResponse(PrivateKey privateKey,
SkeletonKeyToken token) |
protected String |
OAuthAuthenticationServerValve.buildTokenString(PrivateKey privateKey,
SkeletonKeyToken token) |
void |
OAuthAuthenticationServerValve.AccessCode.setToken(SkeletonKeyToken token) |
Modifier and Type | Field and Description |
---|---|
protected SkeletonKeyToken |
TokenManagement.AccessCode.token |
Modifier and Type | Method and Description |
---|---|
protected SkeletonKeyToken |
TokenManagement.createAccessToken(User user,
Realm realm) |
protected SkeletonKeyToken |
TokenManagement.createToken(String scopeParam,
Realm realm,
User client,
User user) |
SkeletonKeyToken |
TokenManagement.AccessCode.getToken() |
Modifier and Type | Method and Description |
---|---|
protected AccessTokenResponse |
TokenManagement.accessTokenResponse(PrivateKey privateKey,
SkeletonKeyToken token) |
void |
TokenManagement.AccessCode.setToken(SkeletonKeyToken token) |
Modifier and Type | Method and Description |
---|---|
SkeletonKeyToken |
SkeletonKeyToken.audience(String audience) |
SkeletonKeyToken |
SkeletonKeyToken.expiration(long expiration) |
SkeletonKeyToken |
SkeletonKeyToken.id(String id) |
SkeletonKeyToken |
SkeletonKeyToken.issuedAt(long issuedAt) |
SkeletonKeyToken |
SkeletonKeyToken.issuer(String issuer) |
SkeletonKeyToken |
SkeletonKeyToken.notBefore(long notBefore) |
SkeletonKeyToken |
SkeletonKeyToken.principal(String principal) |
SkeletonKeyToken |
SkeletonKeyToken.type(String type) |
Copyright © 2015. All Rights Reserved.