public class TokenResponse extends Object
| Constructor and Description |
|---|
TokenResponse(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
ZonedDateTime |
getCreatedAt() |
ZonedDateTime |
getExpiresAt() |
String |
getKey() |
String |
getPrincipal() |
String |
getSecret() |
ZonedDateTime |
getUpdatedAt() |
void |
setAttributes(Map<String,String> attributes) |
void |
setCreatedAt(ZonedDateTime createdAt) |
void |
setExpiresAt(ZonedDateTime expiresAt) |
void |
setKey(String key) |
void |
setPrincipal(String principal) |
void |
setSecret(String secret) |
void |
setUpdatedAt(ZonedDateTime updatedAt) |
public TokenResponse(Token token)
public String getKey()
public void setKey(String key)
public String getSecret()
public void setSecret(String secret)
public String getPrincipal()
public void setPrincipal(String principal)
public ZonedDateTime getCreatedAt()
public void setCreatedAt(ZonedDateTime createdAt)
public ZonedDateTime getUpdatedAt()
public void setUpdatedAt(ZonedDateTime updatedAt)
public ZonedDateTime getExpiresAt()
public void setExpiresAt(ZonedDateTime expiresAt)
Copyright © 2015–2016. All rights reserved.