|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.client.utils.BaseFormAuthenticator
com.dtolabs.client.utils.WebserviceFormAuthenticator
public class WebserviceFormAuthenticator
WebserviceFormAuthenticator extends BaseFormAuthenticator to provide authentication to the Webservice application.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_APP_BASE
Default base path for the Webservice application: "/rundeck" |
Fields inherited from class com.dtolabs.client.utils.BaseFormAuthenticator |
---|
HTTP_SECURE_PROTOCOL, J_SECURITY_CHECK, JAVA_AUTH_PATH, JAVA_PASS_PARAM, JAVA_SESSION_COOKIE_NAME, JAVA_SESSION_COOKIE_PATTERN, JAVA_USER_PARAM, logger, LOGIN_PAGE |
Constructor Summary | |
---|---|
WebserviceFormAuthenticator(java.lang.String username,
java.lang.String password)
Constructor using the default base path: DEFAULT_APP_BASE |
|
WebserviceFormAuthenticator(java.lang.String basePath,
java.lang.String username,
java.lang.String password)
Constructor |
Method Summary |
---|
Methods inherited from class com.dtolabs.client.utils.BaseFormAuthenticator |
---|
authenticate, getBasePath, getCookieId, getUsername, hasSessionCookie, needsReAuthentication, setCookieId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_APP_BASE
Constructor Detail |
---|
public WebserviceFormAuthenticator(java.lang.String username, java.lang.String password)
DEFAULT_APP_BASE
username
- usernamepassword
- passwordpublic WebserviceFormAuthenticator(java.lang.String basePath, java.lang.String username, java.lang.String password)
basePath
- base path to useusername
- usernamepassword
- password
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |