protected static class SharePointAuthority.AuthorizationResponseDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected long |
expirationTime
The expiration time
|
protected java.lang.String |
password |
protected long |
responseLifetime
The response lifetime
|
protected java.lang.String |
serverLocation |
protected java.lang.String |
serverName |
protected java.lang.String |
serverPortString |
protected java.lang.String |
serverProtocol |
protected java.lang.String |
serverUserName |
protected java.lang.String |
userName
The user name
|
| Constructor and Description |
|---|
AuthorizationResponseDescription(java.lang.String userName,
java.lang.String serverName,
java.lang.String serverPortString,
java.lang.String serverLocation,
java.lang.String serverProtocol,
java.lang.String serverUserName,
java.lang.String password,
long responseLifetime,
int LRUsize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCriticalSectionName()
Get the critical section name, used for synchronizing the creation of the object
|
long |
getObjectExpirationTime(long currentTime)
Return the object expiration interval
|
org.apache.manifoldcf.core.interfaces.StringSet |
getObjectKeys()
Return the invalidation keys for this object.
|
int |
hashCode() |
protected final java.lang.String userName
protected final long responseLifetime
protected long expirationTime
protected final java.lang.String serverName
protected final java.lang.String serverPortString
protected final java.lang.String serverLocation
protected final java.lang.String serverProtocol
protected final java.lang.String serverUserName
protected final java.lang.String password
public AuthorizationResponseDescription(java.lang.String userName,
java.lang.String serverName,
java.lang.String serverPortString,
java.lang.String serverLocation,
java.lang.String serverProtocol,
java.lang.String serverUserName,
java.lang.String password,
long responseLifetime,
int LRUsize)
public org.apache.manifoldcf.core.interfaces.StringSet getObjectKeys()
public java.lang.String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime in interface org.apache.manifoldcf.core.interfaces.ICacheDescriptiongetObjectExpirationTime in class org.apache.manifoldcf.core.cachemanager.BaseDescriptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object