protected static class CmisAuthorityConnector.AuthorizationResponseDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
endpoint
The repository endpoint
|
protected long |
expirationTime
The expiration time
|
protected java.lang.String |
repositoryId
The repository id
|
protected java.lang.String |
userName
The user name associated with the access tokens
|
| Constructor and Description |
|---|
AuthorizationResponseDescription(java.lang.String userName,
java.lang.String endpoint,
java.lang.String repositoryId)
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 endpoint
protected final java.lang.String repositoryId
protected long expirationTime
public AuthorizationResponseDescription(java.lang.String userName,
java.lang.String endpoint,
java.lang.String repositoryId)
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