Interface UsersAttributeValuesCapableElement
- All Superinterfaces:
ConfigurableElement
- All Known Implementing Classes:
AbstractUserAttributeValuesCapableElement,FileSystemRealm,PropertiesRealm,PropertyFileAuthzBasedDomain,PropertyFileBasedDomain
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 Summary
Modifier and TypeMethodDescriptionReturns predefined (notnull) list of users and their attributes to be created.
-
Method Details
-
getUsersWithAttributeValues
List<UserWithAttributeValues> getUsersWithAttributeValues()Returns predefined (notnull) list of users and their attributes to be created.
-