keystone/keystone/auth/plugins/__init__.py
Marek Denis 4fd53b6ccb Move UserAuthInfo to a separate file
Since authentication plugins ``password.Password`` and ``mapped.Mapped`` need
use class UserAuthInfo, we need to move it out of the ``password`` module.
It is going to be moved to ``auth.plugins.core`` module, accessible via
importing ``keystone.auth.plugins`` module.

Change-Id: I4ec97eb0169881e6a50598f5b3a9d655378e2481
Partially-Implements: bp federated-direct-user-mapping
2015-02-27 15:15:18 +00:00

16 lines
619 B
Python

# Copyright 2015 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from keystone.auth.plugins.core import * # noqa