Package | Description |
---|---|
org.keycloak.adapters.authentication | |
org.keycloak.representations | |
org.keycloak.representations.oidc |
Modifier and Type | Method and Description |
---|---|
protected JsonWebToken |
JWTClientCredentialsProvider.createRequestToken(String clientId,
String realmInfoUrl) |
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 |
Copyright © 2016 JBoss by Red Hat. All rights reserved.