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 0x7fec23f10690>
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 0x7fec23f10410>
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 0x7fec2565ef10>
page_title = <django.utils.functional.__proxy__ object at 0x7fec22f43fd0>
submit_label = <django.utils.functional.__proxy__ object at 0x7fec22f43bd0>
submit_url = <django.utils.functional.__proxy__ object at 0x7fec22f43610>
success_url = <django.utils.functional.__proxy__ object at 0x7fec22f43d50>
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 0x7fec23245d10>
page_title = <django.utils.functional.__proxy__ object at 0x7fec2565ea50>
submit_label = <django.utils.functional.__proxy__ object at 0x7fec23245b10>
submit_url = 'horizon:identity:identity_providers:update'
success_url = <django.utils.functional.__proxy__ object at 0x7fec23245250>
template_name = 'identity/identity_providers/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.tables Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols Module

Project Source

This Page