Class CIBAGrant

All Implemented Interfaces:
IAuthorizationGrant

public class CIBAGrant extends AuthorizationGrant
An extension grant with the grant type value: urn:openid:params:grant-type:ciba
Version:
May 5, 2020
Author:
Javier Rojas Blum
  • Constructor Details

    • CIBAGrant

      public CIBAGrant()
  • Method Details

    • getGrantType

      public io.jans.as.model.common.GrantType getGrantType()
    • init

      public void init(CibaRequestCacheControl cibaRequest)
    • save

      public void save()
      Description copied from interface: IAuthorizationGrant
      Saves changes asynchronously
      Specified by:
      save in interface IAuthorizationGrant
      Overrides:
      save in class AuthorizationGrant
    • getAuthReqId

      public String getAuthReqId()
    • setAuthReqId

      public void setAuthReqId(String authReqId)
    • isTokensDelivered

      public boolean isTokensDelivered()
    • setTokensDelivered

      public void setTokensDelivered(boolean tokensDelivered)