protected class GenericAuthority.GenericAuthorizationResponseDescription 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 |
userName
The user name
|
_rcsid, cacheClass, max_value
Constructor and Description |
---|
GenericAuthority.GenericAuthorizationResponseDescription(String userName,
String connectionString,
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 String userName
protected String connectionString
protected long responseLifetime
protected long expirationTime
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription