Class AbstractUserAttributeValuesCapableElement.Builder<T extends AbstractUserAttributeValuesCapableElement.Builder<T>>
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<T>
org.wildfly.test.security.common.elytron.AbstractUserAttributeValuesCapableElement.Builder<T>
- Direct Known Subclasses:
FileSystemRealm.Builder,PropertiesRealm.Builder,PropertyFileAuthzBasedDomain.Builder,PropertyFileBasedDomain.Builder
- Enclosing class:
- AbstractUserAttributeValuesCapableElement
public abstract static class AbstractUserAttributeValuesCapableElement.Builder<T extends AbstractUserAttributeValuesCapableElement.Builder<T>>
extends AbstractConfigurableElement.Builder<T>
Builder to build
AbstractUserAttributeValuesCapableElement.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal TShortcut method forwithUser(UserWithAttributeValues)one.final TwithUser(UserWithAttributeValues userWithValues) Adds the given user to list of users in the domain.Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
self, withName
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withUser
Adds the given user to list of users in the domain.- Parameters:
userWithValues- not-nullUserWithAttributeValuesinstance
-
withUser
Shortcut method forwithUser(UserWithAttributeValues)one.- Parameters:
username- must not be nullpassword- must not be nullvalues- values to be assigned to user (may be null)
-