protected static class SharePointADAuthority.AuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected Map<String,SharePointADAuthority.DCConnectionParameters> |
dcConnectionParams
Connection parameters
|
protected List<SharePointADAuthority.DCRule> |
dcRules
Rules
|
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 |
---|
SharePointADAuthority.AuthorizationResponseDescription(String userName,
Map<String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams,
List<SharePointADAuthority.DCRule> dcRules,
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 Map<String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams
protected List<SharePointADAuthority.DCRule> dcRules
protected long responseLifetime
protected long expirationTime
public SharePointADAuthority.AuthorizationResponseDescription(String userName, Map<String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams, List<SharePointADAuthority.DCRule> dcRules, long responseLifetime, int LRUsize)
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription