List of usage examples for org.apache.shiro.util Factory interface-usage
From source file com.leshazlewood.samples.shiro.cassandra.ClusterFactory.java
/**
* Obtains and returns a Cassandra Driver {@link Cluster} object to be used for acquiring Cassandra Driver
* {@link Session} instances to perform CQL3 queries.
*
* @since 2013-06-09
*/
From source file com.parallax.server.blocklyprop.security.DataSourceProvider.java
/** * * @author Michel */ public class DataSourceProvider implements Factory<DataSource> {
From source file com.stormpath.shiro.servlet.config.ClientFactory.java
/**
* TODO: Think about moving this to core, and replace {@link com.stormpath.shiro.client.ClientFactory} with a default
* implementation that conforms to the stormpath TCK spec (using hierarchical properties from environment variables,
* and system properties).
*
* @since 0.7.0