Class AuthCode
- java.lang.Object
-
- com.broadleafcommerce.auth.security.domain.AuthCode
-
@Entity public class AuthCode extends Object
Template entity for storing auth codes. SeeJdbcAuthorizationCodeServices
- Author:
- Jeff Fischer
-
-
Constructor Summary
Constructors Constructor Description AuthCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
byte[]
getAuthentication()
String
getCode()
int
hashCode()
void
setAuthentication(byte[] authentication)
void
setCode(String code)
String
toString()
-