Modifier and Type | Class and Description |
---|---|
class |
PermissionTicket |
Modifier and Type | Method and Description |
---|---|
protected JsonWebToken |
OIDCIdentityProvider.validateToken(PublicKey key,
String encodedToken) |
Modifier and Type | Method and Description |
---|---|
static Object |
AbstractClaimMapper.getClaimValue(JsonWebToken token,
String claim) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken |
class |
IDToken |
class |
RefreshToken |
Modifier and Type | Method and Description |
---|---|
JsonWebToken |
JsonWebToken.audience(String... audience) |
JsonWebToken |
JsonWebToken.expiration(int expiration) |
JsonWebToken |
JsonWebToken.id(String id) |
JsonWebToken |
JsonWebToken.issuedAt(int issuedAt) |
JsonWebToken |
JsonWebToken.issuedFor(String issuedFor) |
JsonWebToken |
JsonWebToken.issuedNow()
Set issuedAt to the current time
|
JsonWebToken |
JsonWebToken.issuer(String issuer) |
JsonWebToken |
JsonWebToken.notBefore(int notBefore) |
JsonWebToken |
JsonWebToken.subject(String subject) |
JsonWebToken |
JsonWebToken.type(String type) |
Modifier and Type | Class and Description |
---|---|
class |
TokenMetadataRepresentation |
Modifier and Type | Method and Description |
---|---|
static JsonWebToken |
ClientRegistrationTokenUtils.verifyToken(RealmModel realm,
javax.ws.rs.core.UriInfo uri,
String token) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.