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 0x7f4243959110>
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 0x7f4243959c90>
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 0x7f4243959cd0>
page_title = <django.utils.functional.__proxy__ object at 0x7f4244c8c490>
submit_label = <django.utils.functional.__proxy__ object at 0x7f4245e84c50>
submit_url = <django.utils.functional.__proxy__ object at 0x7f4244c8cb10>
success_url = <django.utils.functional.__proxy__ object at 0x7f4244c8c6d0>
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 0x7f4243959190>
page_title = <django.utils.functional.__proxy__ object at 0x7f4243959bd0>
submit_label = <django.utils.functional.__proxy__ object at 0x7f4243959250>
submit_url = 'horizon:identity:identity_providers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7f42439599d0>
template_name = 'identity/identity_providers/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.tabs Module

Project Source

This Page