public interface AccessToken extends ProvidedKeyEntity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
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) |
setKey
String getBody()
void setBody(String body)
Date getExpiryTime()
void setExpiryTime(Date expiryTime)
String getOwner()
void setOwner(String owner)
byte[] getAuthorities()
void setAuthorities(byte[] authorities)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.