AuthenticationStrategy enum Null safety
The authentication strategy used to secure the broker.
Constructors
- AuthenticationStrategy()
-
const
Values
- simple → const AuthenticationStrategy
-
const AuthenticationStrategy(0)
- ldap → const AuthenticationStrategy
-
const AuthenticationStrategy(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AuthenticationStrategy> -
A constant List of the values in this enum, in order of their declaration.
[simple, ldap]