|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.service.client.AbstractClientProperties
public abstract class AbstractClientProperties
| Field Summary | |
|---|---|
protected ApplicationAuthenticationContext |
applicationAuthenticationContext
|
protected String |
applicationAuthenticationURL
|
protected String |
applicationName
|
protected String |
applicationPassword
|
protected String |
baseURL
|
protected String |
cookieTokenKey
|
protected String |
httpMaxConnections
|
protected String |
httpProxyHost
|
protected String |
httpProxyPassword
|
protected String |
httpProxyPort
|
protected String |
httpProxyUsername
|
protected String |
httpTimeout
|
protected String |
sessionLastValidation
|
protected String |
sessionTokenKey
|
protected long |
sessionValidationInterval
|
protected String |
socketTimeout
|
protected String |
ssoCookieDomainName
|
| Constructor Summary | |
|---|---|
AbstractClientProperties()
|
|
| Method Summary | |
|---|---|
ApplicationAuthenticationContext |
getApplicationAuthenticationContext()
Returns the application authentication details. |
String |
getApplicationAuthenticationURL()
Returns the URL of the application's authentication page. |
String |
getApplicationName()
Returns the application name. |
String |
getApplicationPassword()
Returns the application password used for authenticating the application. |
String |
getBaseURL()
Returns the base URL of the client application. |
String |
getCookieTokenKey()
Returns the key of the token cookie. |
String |
getCookieTokenKey(String def)
Returns the key of the token cookie, or the provided value if one isn't set. |
String |
getHttpMaxConnections()
Returns the maximum number of HTTP connections. |
String |
getHttpProxyHost()
Returns the HTTP proxy host. |
String |
getHttpProxyPassword()
Returns the HTTP proxy password. |
String |
getHttpProxyPort()
Returns the HTTP proxy port number. |
String |
getHttpProxyUsername()
Returns the HTTP proxy username. |
String |
getHttpTimeout()
Returns the HTTP connection timeout value in milliseconds. |
String |
getSessionLastValidation()
Returns the session attribute key of the last validation date. |
String |
getSessionTokenKey()
Returns the key of the session cookie. |
long |
getSessionValidationInterval()
Returns how long the SSO session is valid for in minutes between session validation. |
String |
getSocketTimeout()
Returns in milliseconds how long to wait without retrieving any data from the remote connection. |
String |
getSSOCookieDomainName()
Returns the domain name configured for the SSO client |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.crowd.service.client.ClientProperties |
|---|
updateProperties |
| Field Detail |
|---|
protected String applicationName
protected String applicationPassword
protected String applicationAuthenticationURL
protected String cookieTokenKey
protected String sessionTokenKey
protected String sessionLastValidation
protected long sessionValidationInterval
protected String baseURL
protected String httpProxyPort
protected String httpProxyHost
protected String httpProxyUsername
protected String httpProxyPassword
protected String httpMaxConnections
protected String httpTimeout
protected String socketTimeout
protected String ssoCookieDomainName
protected ApplicationAuthenticationContext applicationAuthenticationContext
| Constructor Detail |
|---|
public AbstractClientProperties()
| Method Detail |
|---|
public String getApplicationName()
ClientProperties
getApplicationName in interface ClientPropertiespublic String getApplicationPassword()
ClientProperties
getApplicationPassword in interface ClientPropertiespublic String getApplicationAuthenticationURL()
ClientProperties
getApplicationAuthenticationURL in interface ClientPropertiespublic String getCookieTokenKey()
ClientProperties
getCookieTokenKey in interface ClientPropertiespublic String getCookieTokenKey(String def)
ClientProperties
getCookieTokenKey in interface ClientPropertiesdef - the value to use if no key is configured
public String getSessionTokenKey()
ClientProperties
getSessionTokenKey in interface ClientPropertiespublic String getSessionLastValidation()
ClientProperties
getSessionLastValidation in interface ClientPropertiespublic long getSessionValidationInterval()
ClientProperties
getSessionValidationInterval in interface ClientPropertiespublic ApplicationAuthenticationContext getApplicationAuthenticationContext()
ClientProperties
getApplicationAuthenticationContext in interface ClientPropertiespublic String getHttpProxyPort()
ClientProperties
getHttpProxyPort in interface ClientPropertiespublic String getHttpProxyHost()
ClientProperties
getHttpProxyHost in interface ClientPropertiespublic String getHttpProxyUsername()
ClientProperties
getHttpProxyUsername in interface ClientPropertiespublic String getHttpProxyPassword()
ClientProperties
getHttpProxyPassword in interface ClientPropertiespublic String getHttpMaxConnections()
ClientProperties
getHttpMaxConnections in interface ClientPropertiespublic String getHttpTimeout()
ClientProperties
getHttpTimeout in interface ClientPropertiespublic String getSocketTimeout()
ClientProperties
getSocketTimeout in interface ClientPropertiespublic String getBaseURL()
ClientProperties
getBaseURL in interface ClientPropertiespublic String getSSOCookieDomainName()
ClientProperties
getSSOCookieDomainName in interface ClientPropertiespublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||