Class RegistrationAccessToken

java.lang.Object
org.keycloak.representations.JsonWebToken
org.keycloak.services.clientregistration.RegistrationAccessToken
All Implemented Interfaces:
Serializable, Token

public class RegistrationAccessToken extends org.keycloak.representations.JsonWebToken
Author:
Marek Posolda
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    protected String
     

    Fields inherited from class org.keycloak.representations.JsonWebToken

    AUD, audience, AZP, exp, iat, id, issuedFor, issuer, nbf, otherClaims, subject, SUBJECT, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setRegistrationAuth(String registrationAuth)
     

    Methods inherited from class org.keycloak.representations.JsonWebToken

    addAudience, audience, exp, getAudience, getCategory, getExp, getIat, getId, getIssuedFor, getIssuer, getNbf, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedFor, issuedNow, issuer, nbf, setOtherClaims, setSubject, subject, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • RegistrationAccessToken

      public RegistrationAccessToken()
  • Method Details

    • getRegistrationAuth

      public String getRegistrationAuth()
    • setRegistrationAuth

      public void setRegistrationAuth(String registrationAuth)