Class AbstractUserAttributeValuesCapableElement
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement
- All Implemented Interfaces:
ConfigurableElement,UsersAttributeValuesCapableElement
- Direct Known Subclasses:
FileSystemRealm,PropertiesRealm,PropertyFileAuthzBasedDomain,PropertyFileBasedDomain
public abstract class AbstractUserAttributeValuesCapableElement
extends AbstractConfigurableElement
implements UsersAttributeValuesCapableElement
Abstract parent for
ConfigurableElement implementations which are able to configure (and provide) users and roles.
It extends AbstractConfigurableElement and holds user list to be created.- Author:
- Josef Cacek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractUserAttributeValuesCapableElement.Builder<T extends AbstractUserAttributeValuesCapableElement.Builder<T>>Builder to buildAbstractUserAttributeValuesCapableElement. -
Field Summary
Fields inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
name -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractUserAttributeValuesCapableElement(AbstractUserAttributeValuesCapableElement.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionReturns predefined (notnull) list of users and their attributes to be created.Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement
getName
-
Constructor Details
-
AbstractUserAttributeValuesCapableElement
protected AbstractUserAttributeValuesCapableElement(AbstractUserAttributeValuesCapableElement.Builder<?> builder)
-
-
Method Details
-
getUsersWithAttributeValues
Description copied from interface:UsersAttributeValuesCapableElementReturns predefined (notnull) list of users and their attributes to be created.- Specified by:
getUsersWithAttributeValuesin interfaceUsersAttributeValuesCapableElement
-