Class AuthCode


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

      • AuthCode

        public AuthCode()
    • Method Detail

      • getCode

        public String getCode()
      • getAuthentication

        public byte[] getAuthentication()
      • setCode

        public void setCode​(String code)
      • setAuthentication

        public void setAuthentication​(byte[] authentication)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object