public static class OAuthAuthenticationServerValve.AccessCode extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
client |
protected long |
expiration |
protected String |
id |
protected String |
redirect |
protected boolean |
sso |
protected SkeletonKeyToken |
token |
Constructor and Description |
---|
AccessCode() |
Modifier and Type | Method and Description |
---|---|
String |
getClient() |
long |
getExpiration() |
String |
getId() |
String |
getRedirect() |
SkeletonKeyToken |
getToken() |
boolean |
isExpired() |
boolean |
isSso() |
void |
setClient(String client) |
void |
setExpiration(long expiration) |
void |
setRedirect(String redirect) |
void |
setSso(boolean sso) |
void |
setToken(SkeletonKeyToken token) |
protected String id
protected long expiration
protected SkeletonKeyToken token
protected String client
protected boolean sso
protected String redirect
public boolean isExpired()
public String getId()
public long getExpiration()
public void setExpiration(long expiration)
public SkeletonKeyToken getToken()
public void setToken(SkeletonKeyToken token)
public String getClient()
public void setClient(String client)
public boolean isSso()
public void setSso(boolean sso)
public String getRedirect()
public void setRedirect(String redirect)
Copyright © 2018 JBoss by Red Hat. All rights reserved.