AuthenticationProvider class abstract

AuthenticationProvider is a abstract class that contains the authentication provider.

Constructors

AuthenticationProvider(List<String> authorities, UserRepository userRepository)
AuthenticationProvider is a constructor that creates a new AuthenticationProvider object.
const

Properties

authorities List<String>
authorities is a List of String that contains the authorities.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userRepository UserRepository
userRepository is a UserRepository that contains the user repository.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited