filter property

String? filter
getter/setter pair

Filter to apply when searching for the user.

This can be used to further restrict the user accounts which are allowed to login. This defaults to "(objectClass=User)".

Optional.

Implementation

core.String? filter;