org.jboss.resteasy.skeleton.key.idm.service
Class TokenManagement.AccessCode

java.lang.Object
  extended by org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
Enclosing class:
TokenManagement

public static class TokenManagement.AccessCode
extends Object


Field Summary
protected  User client
           
protected  long expiration
           
protected  String id
           
protected  SkeletonKeyToken token
           
 
Constructor Summary
TokenManagement.AccessCode()
           
 
Method Summary
 User getClient()
           
 long getExpiration()
           
 String getId()
           
 SkeletonKeyToken getToken()
           
 boolean isExpired()
           
 void setClient(User client)
           
 void setExpiration(long expiration)
           
 void setToken(SkeletonKeyToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

expiration

protected long expiration

token

protected SkeletonKeyToken token

client

protected User client
Constructor Detail

TokenManagement.AccessCode

public TokenManagement.AccessCode()
Method Detail

isExpired

public boolean isExpired()

getId

public String getId()

getExpiration

public long getExpiration()

setExpiration

public void setExpiration(long expiration)

getToken

public SkeletonKeyToken getToken()

setToken

public void setToken(SkeletonKeyToken token)

getClient

public User getClient()

setClient

public void setClient(User client)


Copyright © 2013. All Rights Reserved.