public class JaspiConfiguration<T extends JaspiConfiguration<T>> extends Object
Constructor and Description |
---|
JaspiConfiguration(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
applicationContext()
The application-context this configuration is to be associated with or
'*' for all application contexts.
|
T |
applicationContext(String value)
The application-context this configuration is to be associated with or
'*' for all application contexts.
|
String |
description()
Description of this configuration.
|
T |
description(String value)
Description of this configuration.
|
String |
getKey() |
String |
layer()
The layer this configuration is to be associated with or '*' for all
layers.
|
T |
layer(String value)
The layer this configuration is to be associated with or '*' for all
layers.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
serverAuthModule(Map value)
List of ServerAuthModule definitions for this configuration.
|
List<Map> |
serverAuthModules()
List of ServerAuthModule definitions for this configuration.
|
T |
serverAuthModules(List<Map> value)
List of ServerAuthModule definitions for this configuration.
|
T |
serverAuthModules(Map... args)
List of ServerAuthModule definitions for this configuration.
|
public JaspiConfiguration(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String applicationContext()
public T applicationContext(String value)
public String description()
public String layer()
public T layer(String value)
public List<Map> serverAuthModules()
public T serverAuthModules(List<Map> value)
public T serverAuthModule(Map value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.