protected static class SharePointADAuthority.AuthorizationResponseDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters> |
dcConnectionParams
Connection parameters
|
protected java.util.List<SharePointADAuthority.DCRule> |
dcRules
Rules
|
protected long |
expirationTime
The expiration time
|
protected long |
responseLifetime
The response lifetime
|
protected java.lang.String |
userName
The user name
|
| Constructor and Description |
|---|
AuthorizationResponseDescription(java.lang.String userName,
java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams,
java.util.List<SharePointADAuthority.DCRule> dcRules,
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 java.lang.String userName
protected java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams
protected java.util.List<SharePointADAuthority.DCRule> dcRules
protected long responseLifetime
protected long expirationTime
public AuthorizationResponseDescription(java.lang.String userName,
java.util.Map<java.lang.String,SharePointADAuthority.DCConnectionParameters> dcConnectionParams,
java.util.List<SharePointADAuthority.DCRule> dcRules,
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