Class RegistrationAccessToken
- java.lang.Object
-
- org.keycloak.representations.JsonWebToken
-
- org.keycloak.services.clientregistration.RegistrationAccessToken
-
- All Implemented Interfaces:
Serializable
,Token
public class RegistrationAccessToken extends JsonWebToken
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
REGISTRATION_AUTH
protected String
registrationAuth
-
Constructor Summary
Constructors Constructor Description RegistrationAccessToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRegistrationAuth()
void
setRegistrationAuth(String registrationAuth)
-
Methods inherited from class org.keycloak.representations.JsonWebToken
addAudience, audience, exp, expiration, getAudience, getCategory, getExp, getExpiration, getIat, getId, getIssuedAt, getIssuedFor, getIssuer, getNbf, getNotBefore, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedAt, issuedFor, issuedNow, issuer, nbf, notBefore, setOtherClaims, setSubject, subject, type
-
-
-
-
Field Detail
-
REGISTRATION_AUTH
public static final String REGISTRATION_AUTH
- See Also:
- Constant Field Values
-
registrationAuth
protected String registrationAuth
-
-