Class UserWithAttributeValues
java.lang.Object
org.wildfly.test.security.common.elytron.UserWithAttributeValues
Object which holds user configuration (password, values).
- Author:
- Josef Cacek
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates builder to buildUserWithAttributeValues.getName()Returns username.Returns password as plain text.Set of roles to be assigned to the user.
-
Method Details
-
getName
Returns username. -
getPassword
Returns password as plain text. -
getValues
Set of roles to be assigned to the user. -
builder
Creates builder to buildUserWithAttributeValues.- Returns:
- created builder
-