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 0xb1c6510>
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 0xb1c6f90>
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 0xbdaf710>
page_title = <django.utils.functional.__proxy__ object at 0xb60dc50>
submit_label = <django.utils.functional.__proxy__ object at 0xb60dfd0>
submit_url = <django.utils.functional.__proxy__ object at 0xb60d090>
success_url = <django.utils.functional.__proxy__ object at 0xb60de90>
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 0xb1c62d0>
page_title = <django.utils.functional.__proxy__ object at 0xbdafd90>
submit_label = <django.utils.functional.__proxy__ object at 0xb1c6fd0>
submit_url = 'horizon:identity:identity_providers:update'
success_url = <django.utils.functional.__proxy__ object at 0xb1c6910>
template_name = 'identity/identity_providers/update.html'

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.urls Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols Module

This Page