airgun.entities.ldap_authentication

Module Contents

Classes

LDAPAuthenticationEntity

ShowAllLDAPSources

Navigate to All LDAP Authentication sources screen.

AddNewLDAPSource

Navigate to Create LDAP Authentication screen.

EditLDAPSource

Navigate to Edit LDAP Authentication screen.

class airgun.entities.ldap_authentication.LDAPAuthenticationEntity(browser)
endpoint_path = /auth_sources
create(values)

Create new LDAP Authentication source

read(entity_name, widget_names=None)

Read all values for existing LDAP Authentication source

read_table_row(entity_name)

Read values for corresponding table row from LDAP Authentication title page. Return None in case row is not present in the table

update(entity_name, values)

Update existing LDAP Authentication source

delete(entity_name)

Delete corresponding LDAP Authentication source

test_connection(values)

Testing FQDN for test connection

read_auth_source_counts(auth_source_type)

Read values for corresponding auth source card count

class airgun.entities.ldap_authentication.ShowAllLDAPSources(obj, navigate_obj, logger=None)

Navigate to All LDAP Authentication sources screen.

VIEW
step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.

class airgun.entities.ldap_authentication.AddNewLDAPSource(obj, navigate_obj, logger=None)

Navigate to Create LDAP Authentication screen.

VIEW
prerequisite
step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.

class airgun.entities.ldap_authentication.EditLDAPSource(obj, navigate_obj, logger=None)

Navigate to Edit LDAP Authentication screen.

Parameters

entity_name – name of LDAP Authenication source

VIEW
prerequisite(*args, **kwargs)

Describes a step that must be carried our prior to this one.

This often calls a previous navigate_to, often using one of the helpers, NavigateToSibling which will navigate to a given destination using the same object, or NavigateToAttribute which will navigate to a destination against an object describe by the attribute of the parent object.

This is a default and is generally overridden.

step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.