|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.security.userdetails.jdbc.JdbcDaoImpl
org.pentaho.platform.engine.security.DefaultRoleJdbcDaoImpl
public class DefaultRoleJdbcDaoImpl
A subclass of JdbcDaoImpl
that allows the addition of a default role to all authenticated users.
Field Summary |
---|
Fields inherited from class org.springframework.security.userdetails.jdbc.JdbcDaoImpl |
---|
DEF_AUTHORITIES_BY_USERNAME_QUERY, DEF_GROUP_AUTHORITIES_BY_USERNAME_QUERY, DEF_USERS_BY_USERNAME_QUERY |
Constructor Summary | |
---|---|
DefaultRoleJdbcDaoImpl()
|
Method Summary | |
---|---|
void |
setDefaultRole(String defaultRole)
The default role which will be assigned to all users. |
Methods inherited from class org.springframework.security.userdetails.jdbc.JdbcDaoImpl |
---|
getUsersByUsernameQuery, loadUserByUsername, setAuthoritiesByUsernameQuery, setEnableAuthorities, setEnableGroups, setGroupAuthoritiesByUsernameQuery, setRolePrefix, setUsernameBasedPrimaryKey, setUsersByUsernameQuery |
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport |
---|
getDataSource, getJdbcTemplate, setDataSource, setJdbcTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRoleJdbcDaoImpl()
Method Detail |
---|
public void setDefaultRole(String defaultRole)
defaultRole
- the role name, including any desired prefix.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |