protected static class SharePointAuthority.AuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected long |
expirationTime
The expiration time
|
protected String |
password |
protected long |
responseLifetime
The response lifetime
|
protected String |
serverLocation |
protected String |
serverName |
protected String |
serverPortString |
protected String |
serverProtocol |
protected String |
serverUserName |
protected String |
userName
The user name
|
_rcsid, cacheClass, max_value
Constructor and Description |
---|
SharePointAuthority.AuthorizationResponseDescription(String userName,
String serverName,
String serverPortString,
String serverLocation,
String serverProtocol,
String serverUserName,
String password,
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 long responseLifetime
protected long expirationTime
protected final String serverName
protected final String serverPortString
protected final String serverLocation
protected final String serverProtocol
protected final String serverUserName
protected final String password
public SharePointAuthority.AuthorizationResponseDescription(String userName, String serverName, String serverPortString, String serverLocation, String serverProtocol, String serverUserName, String password, long responseLifetime, int LRUsize)
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription