Package org.jenkinsci.test.acceptance.po
Class LdapSecurityRealm_Pre1_10
- java.lang.Object
-
- org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
-
- org.jenkinsci.test.acceptance.po.PageAreaImpl
-
- org.jenkinsci.test.acceptance.po.SecurityRealm
-
- org.jenkinsci.test.acceptance.po.LdapSecurityRealm
-
- org.jenkinsci.test.acceptance.po.LdapSecurityRealm_Pre1_10
-
- All Implemented Interfaces:
CapybaraPortingLayer
,Control.Owner
,PageArea
@Deprecated public class LdapSecurityRealm_Pre1_10 extends LdapSecurityRealm
Deprecated.only use this if you are really testing against a ldap plugin version older than 1.10Ldap security realm for ldap plugin prior to version 1.10.- Author:
- Michael Prankl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
CapybaraPortingLayerImpl.Finder<R>, CapybaraPortingLayerImpl.Resolver
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.test.acceptance.po.LdapSecurityRealm
addEnvVariableButton, advanced, advancedServer, disableLdapEmailResolver, enableCache, groupMembershipFilter, groupSearchBase, groupSearchFilter, ldapServer, managerDn, managerPassword, rootDn, userSearchBase, userSearchFilter
-
Fields inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
driver, injector, LABEL_TO_INPUT_XPATH, time
-
Fields inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
by
-
-
Constructor Summary
Constructors Constructor Description LdapSecurityRealm_Pre1_10(GlobalSecurityConfig context, String path)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
configureGroupMembership(LdapDetails ldapDetails)
Deprecated.Subclasses can override this to handle group membership differently.-
Methods inherited from class org.jenkinsci.test.acceptance.po.LdapSecurityRealm
configure
-
Methods inherited from class org.jenkinsci.test.acceptance.po.PageAreaImpl
control, control, createPageArea, getPage, getPath, getPath, getPath, path, self
-
Methods inherited from class org.jenkinsci.test.acceptance.po.CapybaraPortingLayerImpl
all, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, elasticSleep, executeScript, fillIn, find, findCaption, findCaption, findIfNotVisible, getCurrentUrl, getCurrentUrlWithFragment, getElement, getPageContent, getPageSource, getPageSource, getPath, handleAlert, isStale, last, lastIfNotVisible, newInstance, resource, runThenConfirmAlert, runThenConfirmAlert, runThenHandleAlert, runThenHandleAlert, sleep, visit, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jenkinsci.test.acceptance.po.CapybaraPortingLayer
all, blur, check, check, check, choose, clickButton, clickLink, confirmAlert, executeScript, fillIn, find, findIfNotVisible, getElement, getPageSource, last, lastIfNotVisible, runThenConfirmAlert, waitFor, waitFor, waitFor, waitFor, waitFor, waitForCond, waitForCond
-
-
-
-
Constructor Detail
-
LdapSecurityRealm_Pre1_10
public LdapSecurityRealm_Pre1_10(GlobalSecurityConfig context, String path)
Deprecated.
-
-
Method Detail
-
configureGroupMembership
protected void configureGroupMembership(LdapDetails ldapDetails)
Deprecated.Description copied from class:LdapSecurityRealm
Subclasses can override this to handle group membership differently.- Overrides:
configureGroupMembership
in classLdapSecurityRealm
-
-