public class UsersAuthentication<T extends UsersAuthentication<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UsersAuthentication.UsersAuthenticationResources
Child mutators for UsersAuthentication
|
Constructor and Description |
---|
UsersAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
UsersAuthentication.UsersAuthenticationResources |
subresources() |
T |
user(String childKey)
Create and configure a User object to the list of subresources
|
T |
user(String childKey,
UserConsumer consumer)
Create and configure a User object to the list of subresources
|
T |
user(User value)
Add the User object to the list of subresources
|
T |
user(UserSupplier supplier)
Install a supplied User object to the list of subresources
|
T |
users(List<User> value)
Add all User objects to this subresource
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public UsersAuthentication.UsersAuthenticationResources subresources()
public T users(List<User> value)
value
- List of User objects.public T user(User value)
value
- The User to addpublic T user(String childKey, UserConsumer consumer)
key
- The key for the User resourceconfig
- The UserConsumer to usepublic T user(String childKey)
key
- The key for the User resourcepublic T user(UserSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.