java.lang.Object
com.broadleafcommerce.auth.security.domain.AuthCode

@Entity public class AuthCode extends Object
Template entity for storing auth codes. See JdbcAuthorizationCodeServices
Author:
Jeff Fischer
  • Constructor Details

    • AuthCode

      public AuthCode()
  • Method Details

    • getCode

      public String getCode()
    • getAuthentication

      public byte[] getAuthentication()
    • getCodeChallenge

      public String getCodeChallenge()
    • getCodeChallengeMethod

      public String getCodeChallengeMethod()
    • setCode

      public void setCode(String code)
    • setAuthentication

      public void setAuthentication(byte[] authentication)
    • setCodeChallenge

      public void setCodeChallenge(String codeChallenge)
    • setCodeChallengeMethod

      public void setCodeChallengeMethod(String codeChallengeMethod)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object