public class AgentTokenWrapper extends Object
| Constructor and Description |
|---|
AgentTokenWrapper() |
AgentTokenWrapper(Token token) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
Map<String,String> |
getProperties() |
Map<String,Interest> |
getSelectionPatterns() |
AgentTokenServices |
getServices() |
TokenSession |
getSession() |
Token |
getToken() |
TokenReservationSession |
getTokenReservationSession() |
String |
getUid() |
boolean |
isInUse() |
void |
setAttributes(Map<String,String> attributes) |
void |
setInUse(boolean inUse) |
void |
setProperties(Map<String,String> properties) |
void |
setSelectionPatterns(Map<String,Interest> selectionPatterns) |
void |
setServices(AgentTokenServices services) |
void |
setTokenReservationSession(TokenReservationSession tokenReservationContext) |
String |
toString() |
public AgentTokenWrapper()
public AgentTokenWrapper(Token token)
public TokenSession getSession()
public Token getToken()
public String getUid()
public boolean isInUse()
public void setInUse(boolean inUse)
public AgentTokenServices getServices()
public void setServices(AgentTokenServices services)
public TokenReservationSession getTokenReservationSession()
public void setTokenReservationSession(TokenReservationSession tokenReservationContext)
Copyright © 2018. All rights reserved.