Package org.ldaptive.jaas
Class AbstractPropertiesFactory
- java.lang.Object
-
- org.ldaptive.jaas.AbstractPropertiesFactory
-
- Direct Known Subclasses:
PropertiesAuthenticatorFactory
,PropertiesRoleResolverFactory
public abstract class AbstractPropertiesFactory extends Object
Provides implementation common to properties based factories.
-
-
Constructor Summary
Constructors Constructor Description AbstractPropertiesFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Properties
createProperties(Map<String,?> options)
Returns context specific properties based on the supplied JAAS options.
-
-
-
Field Detail
-
CACHE_ID
public static final String CACHE_ID
Cache ID option used on the JAAS config.- See Also:
- Constant Field Values
-
logger
protected final Logger logger
Logger for this class.
-
-
Method Detail
-
createProperties
protected static Properties createProperties(Map<String,?> options)
Returns context specific properties based on the supplied JAAS options.- Parameters:
options
- to read properties from- Returns:
- properties
-
-