protected static class LivelinkAuthority.AuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected long |
expirationTime
The expiration time
|
protected long |
responseLifetime |
protected String |
serverHTTPCgi |
protected String |
serverHTTPNTLMDomain |
protected String |
serverHTTPNTLMPassword |
protected String |
serverHTTPNTLMUsername |
protected String |
serverHTTPSKeystore |
protected String |
serverName |
protected String |
serverPassword |
protected int |
serverPort |
protected String |
serverProtocol |
protected String |
serverUsername |
protected String |
userName
The user name associated with the access tokens
|
_rcsid, cacheClass, max_value
Constructor and Description |
---|
LivelinkAuthority.AuthorizationResponseDescription(String userName,
String serverProtocol,
String serverName,
int serverPort,
String serverUsername,
String serverPassword,
String serverHTTPCgi,
String serverHTTPNTLMDomain,
String serverHTTPNTLMUsername,
String serverHTTPNTLMPassword,
IKeystoreManager serverHTTPSKeystore,
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 final String userName
protected final String serverProtocol
protected final String serverName
protected final int serverPort
protected final String serverUsername
protected final String serverPassword
protected final String serverHTTPCgi
protected final String serverHTTPNTLMDomain
protected final String serverHTTPNTLMUsername
protected final String serverHTTPNTLMPassword
protected final String serverHTTPSKeystore
protected long responseLifetime
protected long expirationTime
public LivelinkAuthority.AuthorizationResponseDescription(String userName, String serverProtocol, String serverName, int serverPort, String serverUsername, String serverPassword, String serverHTTPCgi, String serverHTTPNTLMDomain, String serverHTTPNTLMUsername, String serverHTTPNTLMPassword, IKeystoreManager serverHTTPSKeystore, long responseLifetime, int LRUsize) throws ManifoldCFException
ManifoldCFException
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription