List of usage examples for org.apache.shiro.realm.jdbc JdbcRealm subclass-usage
From source file org.opendaylight.aaa.shiro.realm.ODLJdbcRealm.java
/**
* Wraps the generic <code>JdbcRealm</code> provided by Shiro. This allows for
* enhanced logging as well as isolation of all realms in a single package,
* <code>org.opendaylight.aaa.shiro.realm</code>, which enables easier import
* by consuming servlets. JdbcRealm allows integration of AAA with a generic
* JDBC-supporting data source. This can ease deployment with existing OSS
From source file org.owasp.dependencytrack.auth.JdbcConfigurableDefaultRoleRealm.java
/**
* Custom Shiro JdbcRealm implementation that provides the ability to have
* a configurable default role if a role is not assigned to a user.
*
* @author Steve Springett (steve.springett@owasp.org)
*/
From source file org.sisto.jeeplate.security.shiro.JNDIAndSaltAwareJdbcRealm.java
/** * Adopted from: https://github.com/SomMeri/SimpleShiroSecuredApplication */ public class JNDIAndSaltAwareJdbcRealm extends JdbcRealm { private static Logger log = Logger.getLogger(JNDIAndSaltAwareJdbcRealm.class.getName());
From source file voidpt.security.VoidCustomRealm.java
/** * * @author mcampos */ public class VoidCustomRealm extends JdbcRealm {
From source file zi.helper.ZShiroJdbcRealm.java
public class ZShiroJdbcRealm extends JdbcRealm { private static final Logger log = LoggerFactory.getLogger(ZShiroJdbcRealm.class); protected String jndiDataSourceName; public ZShiroJdbcRealm() {