public class UrlToken extends Object implements Serializable
Constructor and Description |
---|
UrlToken() |
Modifier and Type | Method and Description |
---|---|
boolean |
expired() |
Calendar |
getExpires() |
String |
getProjectId() |
Set<String> |
getRoles() |
String |
getUserId() |
void |
setExpires(Calendar expires) |
void |
setProjectId(String projectId) |
void |
setUserId(String userId) |
public String getProjectId()
public void setProjectId(String projectId)
public Calendar getExpires()
public void setExpires(Calendar expires)
public String getUserId()
public void setUserId(String userId)
public boolean expired()
Copyright © 2013. All Rights Reserved.