The openstack_dashboard.dashboards.identity.identity_providers.views ModuleΒΆ

class openstack_dashboard.dashboards.identity.identity_providers.views.DetailView(*args, **kwargs)[source]

Bases: horizon.tabs.views.TabbedTableView

failure_url = <django.utils.functional.__proxy__ object at 0x7f9f3e06e3d0>
get_context_data(**kwargs)[source]
get_tabs(request, *args, **kwargs)[source]
page_title = '{{ identity_provider.id }}'
tab_group_class

alias of IdPDetailTabs

template_name = 'horizon/common/_detail.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.IndexView(*args, **kwargs)[source]

Bases: horizon.tables.views.DataTableView

get_data()[source]
page_title = <django.utils.functional.__proxy__ object at 0x7f9f41a75050>
table_class

alias of IdentityProvidersTable

template_name = 'identity/identity_providers/index.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.RegisterView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of RegisterIdPForm

form_id = 'register_identity_provider_form'
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3e06e890>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3e559d90>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3e06ef10>
submit_url = <django.utils.functional.__proxy__ object at 0x7f9f3e559110>
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3e559910>
template_name = 'identity/identity_providers/register.html'
class openstack_dashboard.dashboards.identity.identity_providers.views.UpdateView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of UpdateIdPForm

form_id = 'update_identity_providers_form'
get_context_data(**kwargs)[source]
get_initial()[source]
get_object(*args, **kwargs)[source]
modal_header = <django.utils.functional.__proxy__ object at 0x7f9f3e06e4d0>
page_title = <django.utils.functional.__proxy__ object at 0x7f9f3e06e1d0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f9f3e06e250>
submit_url = 'horizon:identity:identity_providers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7f9f3e06e790>
template_name = 'identity/identity_providers/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.projects.urls Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers Module

Project Source

This Page