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