public class JaspiAuthentication<T extends JaspiAuthentication<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JaspiAuthentication.JaspiAuthenticationResources
Child mutators for JaspiAuthentication 
 | 
| Constructor and Description | 
|---|
JaspiAuthentication()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
T | 
authModule(AuthModule value)
Add the AuthModule object to the list of subresources 
 | 
T | 
authModule(AuthModuleSupplier supplier)
Install a supplied AuthModule object to the list of subresources 
 | 
T | 
authModule(String childKey)
Create and configure a AuthModule object to the list of subresources 
 | 
T | 
authModule(String childKey,
          AuthModuleConsumer consumer)
Create and configure a AuthModule object to the list of subresources 
 | 
T | 
authModules(List<AuthModule> value)
Add all AuthModule objects to this subresource 
 | 
String | 
getKey()  | 
T | 
loginModuleStack(LoginModuleStack value)
Add the LoginModuleStack object to the list of subresources 
 | 
T | 
loginModuleStack(LoginModuleStackSupplier supplier)
Install a supplied LoginModuleStack object to the list of subresources 
 | 
T | 
loginModuleStack(String childKey)
Create and configure a LoginModuleStack object to the list of
 subresources 
 | 
T | 
loginModuleStack(String childKey,
                LoginModuleStackConsumer consumer)
Create and configure a LoginModuleStack object to the list of
 subresources 
 | 
T | 
loginModuleStacks(List<LoginModuleStack> value)
Add all LoginModuleStack objects to this subresource 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
JaspiAuthentication.JaspiAuthenticationResources | 
subresources()  | 
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public JaspiAuthentication.JaspiAuthenticationResources subresources()
public T loginModuleStacks(List<LoginModuleStack> value)
value - List of LoginModuleStack objects.public T loginModuleStack(LoginModuleStack value)
value - The LoginModuleStack to addpublic T loginModuleStack(String childKey, LoginModuleStackConsumer consumer)
key - The key for the LoginModuleStack resourceconfig - The LoginModuleStackConsumer to usepublic T loginModuleStack(String childKey)
key - The key for the LoginModuleStack resourcepublic T loginModuleStack(LoginModuleStackSupplier supplier)
public T authModules(List<AuthModule> value)
value - List of AuthModule objects.public T authModule(AuthModule value)
value - The AuthModule to addpublic T authModule(String childKey, AuthModuleConsumer consumer)
key - The key for the AuthModule resourceconfig - The AuthModuleConsumer to usepublic T authModule(String childKey)
key - The key for the AuthModule resourcepublic T authModule(AuthModuleSupplier supplier)
Copyright © 2018 JBoss by Red Hat. All rights reserved.