@Entity public class JPAAccessToken extends AbstractProvidedKeyEntity implements AccessToken
Modifier and Type | Field and Description |
---|---|
static String |
TABLE |
LOG
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Constructor and Description |
---|
JPAAccessToken() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAuthorities() |
String |
getBody() |
Date |
getExpiryTime() |
String |
getOwner() |
void |
setAuthorities(byte[] authorities) |
void |
setBody(String body) |
void |
setExpiryTime(Date expiryTime) |
void |
setOwner(String owner) |
getKey, setKey
checkImplementationType, checkType, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
setKey
public static final String TABLE
public String getBody()
getBody
in interface AccessToken
public void setBody(String body)
setBody
in interface AccessToken
public Date getExpiryTime()
getExpiryTime
in interface AccessToken
public void setExpiryTime(Date expiryTime)
setExpiryTime
in interface AccessToken
public String getOwner()
getOwner
in interface AccessToken
public void setOwner(String owner)
setOwner
in interface AccessToken
public byte[] getAuthorities()
getAuthorities
in interface AccessToken
public void setAuthorities(byte[] authorities)
setAuthorities
in interface AccessToken
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.