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 0x7faf8632b490>), ('id', <django.forms.fields.CharField object at 0x7faf8632bfd0>), ('mapping_id', <django.forms.fields.ChoiceField object at 0x7faf8632bf50>)])
declared_fields = OrderedDict([('idp_id', <django.forms.fields.CharField object at 0x7faf8632b490>), ('id', <django.forms.fields.CharField object at 0x7faf8632bfd0>), ('mapping_id', <django.forms.fields.ChoiceField object at 0x7faf8632bf50>)])
handle(request, data)[source]
media
populate_mapping_id_choices(request)[source]

Previous topic

The openstack_dashboard.dashboards.identity.identity_providers.protocols Module

Next topic

The openstack_dashboard.dashboards.identity.groups.constants Module

Project Source

This Page