protected class JDBCAuthority.JdbcAuthorizationResponseDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
connectionString
LDAP connection string with server name and base DN
|
protected long |
expirationTime
The expiration time
|
protected long |
responseLifetime
The response lifetime
|
protected java.lang.String |
tokenQuery
The token query.
|
protected java.lang.String |
userName
The user name
|
protected java.lang.String |
userQuery
The user query.
|
| Constructor and Description |
|---|
JdbcAuthorizationResponseDescription(java.lang.String userName,
java.lang.String connectionString,
java.lang.String userQuery,
java.lang.String tokenQuery,
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 java.lang.String connectionString
protected final java.lang.String userQuery
protected final java.lang.String tokenQuery
protected final long responseLifetime
protected long expirationTime
public JdbcAuthorizationResponseDescription(java.lang.String userName,
java.lang.String connectionString,
java.lang.String userQuery,
java.lang.String tokenQuery,
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