The keystone.auth.plugins.password Module

class keystone.auth.plugins.password.Password(*args, **kwargs)

Bases: keystone.auth.core.AuthMethodHandler

authenticate(context, auth_payload, user_context)

Try to authenticate against the identity backend.

class keystone.auth.plugins.password.UserAuthInfo(context, auth_payload)

Bases: object

Previous topic

The keystone.auth.core Module

Next topic

The keystone.auth.plugins.token Module

This Page