protected static class MeridioAuthority.AuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected String |
adminPassword |
protected String |
adminUserName |
protected String |
DMWSProxyHost |
protected String |
DMWSProxyPort |
protected String |
DmwsURL |
protected long |
expirationTime
The expiration time
|
protected long |
responseLifetime |
protected String |
RMWSProxyHost |
protected String |
RMWSProxyPort |
protected String |
RmwsURL |
protected String |
userName
The user name associated with the access tokens
|
protected String |
wsProxyHost |
protected String |
wsProxyPort |
protected String |
wsURL |
_rcsid, cacheClass, max_value
Constructor and Description |
---|
MeridioAuthority.AuthorizationResponseDescription(String userName,
String DmwsURL,
String RmwsURL,
String wsURL,
String DMWSProxyHost,
String DMWSProxyPort,
String RMWSProxyHost,
String RMWSProxyPort,
String wsProxyHost,
String wsProxyPort,
String adminUserName,
String adminPassword,
long responseLifetime,
int LRUsize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCriticalSectionName()
Get the critical section name, used for synchronizing the creation of the object
|
long |
getObjectExpirationTime(long currentTime)
Return the object expiration interval
|
StringSet |
getObjectKeys()
Return the invalidation keys for this object.
|
int |
hashCode() |
getObjectClass
protected String userName
protected String DmwsURL
protected String RmwsURL
protected String wsURL
protected String DMWSProxyHost
protected String DMWSProxyPort
protected String RMWSProxyHost
protected String RMWSProxyPort
protected String wsProxyHost
protected String wsProxyPort
protected String adminUserName
protected String adminPassword
protected long responseLifetime
protected long expirationTime
public MeridioAuthority.AuthorizationResponseDescription(String userName, String DmwsURL, String RmwsURL, String wsURL, String DMWSProxyHost, String DMWSProxyPort, String RMWSProxyHost, String RMWSProxyPort, String wsProxyHost, String wsProxyPort, String adminUserName, String adminPassword, long responseLifetime, int LRUsize)
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription