public abstract class AbstractPropertiesFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CACHE_ID
Cache ID option used on the JAAS config.
|
protected org.slf4j.Logger |
logger
Logger for this class.
|
| Constructor and Description |
|---|
AbstractPropertiesFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.Properties |
createProperties(java.util.Map<java.lang.String,?> options)
Returns context specific properties based on the supplied JAAS options.
|
public static final java.lang.String CACHE_ID
protected final org.slf4j.Logger logger