protected class JDBCAuthority.JdbcAuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected String |
connectionString
LDAP connection string with server name and base DN
|
protected long |
expirationTime
The expiration time
|
protected long |
responseLifetime
The response lifetime
|
protected String |
tokenQuery
The token query.
|
protected String |
userName
The user name
|
protected String |
userQuery
The user query.
|
_rcsid, cacheClass, max_value
Constructor and Description |
---|
JDBCAuthority.JdbcAuthorizationResponseDescription(String userName,
String connectionString,
String userQuery,
String tokenQuery,
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 connectionString
protected final String userQuery
protected final String tokenQuery
protected final long responseLifetime
protected long expirationTime
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription