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 0x7f6ab7379a50>), ('id', <django.forms.fields.CharField object at 0x7f6ab7379e50>), ('mapping_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f6ab7379610>)])
declared_fields = OrderedDict([('idp_id', <django.forms.fields.CharField object at 0x7f6ab7379a50>), ('id', <django.forms.fields.CharField object at 0x7f6ab7379e50>), ('mapping_id', <horizon.forms.fields.ThemableChoiceField object at 0x7f6ab7379610>)])
handle(request, data)[source]
media
populate_mapping_id_choices(request)[source]

Previous topic

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

Next topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols Module

Project Source

This Page