Interfaces

ProviderAwareAuthenticationPluginInterface

Interface class defining the necessary methods for an authentication plugin to be provider aware Please note: might be deprecated with Joomla 4.2

« More »

Classes

Authentication

Authentication class, provides an interface for the Joomla authentication system

« More »

AuthenticationResponse

Authentication response class, provides an object for storing user and error details

« More »

Interfaces

CheckIfRehashNeededHandlerInterface

Interface for a password handler which supports checking if the password requires rehashing

« More »

Classes

Argon2idHandler

Password handler for Argon2id hashed passwords

« More »

Argon2iHandler

Password handler for Argon2i hashed passwords

« More »

BCryptHandler

Password handler for BCrypt hashed passwords

« More »

ChainedHandler

Password handler supporting testing against a chain of handlers

« More »

MD5Handler

Password handler for MD5 hashed passwords

« More »

PHPassHandler

Password handler for PHPass hashed passwords

« More »