Interface UsersAttributeValuesCapableElement

All Superinterfaces:
ConfigurableElement
All Known Implementing Classes:
AbstractUserAttributeValuesCapableElement, FileSystemRealm, PropertiesRealm, PropertyFileAuthzBasedDomain, PropertyFileBasedDomain

public interface UsersAttributeValuesCapableElement extends ConfigurableElement
This interface represent configuration element with predefined list of users and their attribute values. It provides ability to tests to come up with own user population for the tested scenario.
Author:
Josef Cacek
  • Method Details

    • getUsersWithAttributeValues

      List<UserWithAttributeValues> getUsersWithAttributeValues()
      Returns predefined (not null) list of users and their attributes to be created.