The openstack_dashboard.dashboards.identity.identity_providers.protocols.forms ModuleΒΆ

class openstack_dashboard.dashboards.identity.identity_providers.protocols.forms.AddProtocolForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('idp_id', <django.forms.fields.CharField object at 0x7fec23ab3690>), ('id', <django.forms.fields.CharField object at 0x7fec23ab30d0>), ('mapping_id', <horizon.forms.fields.ThemableChoiceField object at 0x7fec23ab3610>)])
declared_fields = OrderedDict([('idp_id', <django.forms.fields.CharField object at 0x7fec23ab3690>), ('id', <django.forms.fields.CharField object at 0x7fec23ab30d0>), ('mapping_id', <horizon.forms.fields.ThemableChoiceField object at 0x7fec23ab3610>)])
handle(request, data)[source]
media
populate_mapping_id_choices(request)[source]

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols.urls Module

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols.tables Module

Project Source

This Page