User class
A user associated with the broker.
Properties
- consoleAccess → bool?
-
Enables access to the ActiveMQ Web Console for the ActiveMQ user (Does not
apply to RabbitMQ brokers).
final
-
groups
→ List<
String> ? -
The list of groups (20 maximum) to which the ActiveMQ user belongs. This
value can contain only alphanumeric characters, dashes, periods,
underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
Required. The password of the broker user. This value must be at least 12
characters long, must contain at least 4 unique characters, and must not
contain commas.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
Required. The username of the broker user. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~).
This value must be 2-100 characters long.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited