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