protected static class CmisAuthorityConnector.AuthorizationResponseDescription extends BaseDescription
BaseDescription.LocalCacheClass
Modifier and Type | Field and Description |
---|---|
protected String |
endpoint
The repository endpoint
|
protected long |
expirationTime
The expiration time
|
protected String |
repositoryId
The repository id
|
protected String |
userMapping
The user mapping
|
protected String |
userName
The user name associated with the access tokens
|
_rcsid, cacheClass, max_value
Constructor and Description |
---|
CmisAuthorityConnector.AuthorizationResponseDescription(String userName,
String endpoint,
String repositoryId,
String userMapping)
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 endpoint
protected String repositoryId
protected String userMapping
protected long expirationTime
public StringSet getObjectKeys()
public String getCriticalSectionName()
public long getObjectExpirationTime(long currentTime)
getObjectExpirationTime
in interface ICacheDescription
getObjectExpirationTime
in class BaseDescription