org.ldaptive.jaas
Class AbstractPropertiesFactory

java.lang.Object
  extended by org.ldaptive.jaas.AbstractPropertiesFactory
Direct Known Subclasses:
PropertiesAuthenticatorFactory, PropertiesRoleResolverFactory

public abstract class AbstractPropertiesFactory
extends Object

Provides implementation common to properties based factories.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Field Summary
static String CACHE_ID
          Cache ID option used on the JAAS config.
protected  org.slf4j.Logger logger
          Logger for this class.
 
Constructor Summary
AbstractPropertiesFactory()
           
 
Method Summary
protected static Properties createProperties(Map<String,?> options)
          Returns context specific properties based on the supplied JAAS options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 org.slf4j.Logger logger
Logger for this class.

Constructor Detail

AbstractPropertiesFactory

public AbstractPropertiesFactory()
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


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.