Class GigyaJWTHeader

java.lang.Object
de.hybris.platform.gigya.gigyaservices.data.GigyaJWTHeader
All Implemented Interfaces:
Serializable

@Deprecated(since="2211", forRemoval=true) public class GigyaJWTHeader extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
true
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • GigyaJWTHeader

      public GigyaJWTHeader()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setTyp

      public void setTyp(String typ)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTyp

      public String getTyp()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAlg

      public void setAlg(String alg)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAlg

      public String getAlg()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKid

      public void setKid(String kid)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKid

      public String getKid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDc

      public void setDc(String dc)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDc

      public String getDc()
      Deprecated, for removal: This API element is subject to removal in a future version.