protected static class CswsAuthority.AuthorizationResponseDescription
extends org.apache.manifoldcf.core.cachemanager.BaseDescription
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authenticationServicePath |
protected long |
expirationTime
The expiration time
|
protected java.lang.String |
memberServicePath |
protected long |
responseLifetime |
protected java.lang.String |
serverHTTPSKeystore |
protected java.lang.String |
serverName |
protected java.lang.String |
serverPassword |
protected int |
serverPort |
protected java.lang.String |
serverProtocol |
protected java.lang.String |
serverUsername |
protected java.lang.String |
userName
The user name associated with the access tokens
|
| Constructor and Description |
|---|
AuthorizationResponseDescription(java.lang.String userName,
java.lang.String serverProtocol,
java.lang.String serverName,
int serverPort,
java.lang.String serverUsername,
java.lang.String serverPassword,
java.lang.String authenticationServicePath,
java.lang.String memberServicePath,
org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager serverHTTPSKeystore,
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 final java.lang.String userName
protected final java.lang.String serverProtocol
protected final java.lang.String serverName
protected final int serverPort
protected final java.lang.String serverUsername
protected final java.lang.String serverPassword
protected final java.lang.String authenticationServicePath
protected final java.lang.String memberServicePath
protected final java.lang.String serverHTTPSKeystore
protected long responseLifetime
protected long expirationTime
public AuthorizationResponseDescription(java.lang.String userName,
java.lang.String serverProtocol,
java.lang.String serverName,
int serverPort,
java.lang.String serverUsername,
java.lang.String serverPassword,
java.lang.String authenticationServicePath,
java.lang.String memberServicePath,
org.apache.manifoldcf.connectorcommon.interfaces.IKeystoreManager serverHTTPSKeystore,
long responseLifetime,
int LRUsize)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic 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