public class KillBillJdbcRealm
extends org.apache.shiro.realm.jdbc.JdbcRealm
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
KILLBILL_PERMISSIONS_QUERY |
protected static java.lang.String |
KILLBILL_SALTED_AUTHENTICATION_QUERY |
protected static java.lang.String |
KILLBILL_USER_ROLES_QUERY |
| Constructor and Description |
|---|
KillBillJdbcRealm(javax.sql.DataSource dataSource,
SecurityConfig securityConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCachedAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection principals) |
doGetAuthenticationInfo, doGetAuthorizationInfo, getPermissions, getRoleNamesForUser, getSaltForUser, setAuthenticationQuery, setDataSource, setPermissionsLookupEnabled, setPermissionsQuery, setSaltStyle, setUserRolesQueryafterCacheManagerSet, checkPermission, checkPermission, checkPermission, checkPermissions, checkPermissions, checkPermissions, checkRole, checkRole, checkRoles, checkRoles, checkRoles, doClearCache, getAuthorizationCache, getAuthorizationCacheKey, getAuthorizationCacheName, getAuthorizationInfo, getPermissionResolver, getPermissions, getRolePermissionResolver, hasAllRoles, hasRole, hasRole, hasRoles, hasRoles, isAuthorizationCachingEnabled, isPermitted, isPermitted, isPermitted, isPermitted, isPermitted, isPermitted, isPermittedAll, isPermittedAll, isPermittedAll, onInit, setAuthorizationCache, setAuthorizationCacheName, setAuthorizationCachingEnabled, setName, setPermissionResolver, setRolePermissionResolverassertCredentialsMatch, clearCachedAuthenticationInfo, getAuthenticationCache, getAuthenticationCacheKey, getAuthenticationCacheKey, getAuthenticationCacheName, getAuthenticationInfo, getAuthenticationTokenClass, getCredentialsMatcher, init, isAuthenticationCachingEnabled, isAuthenticationCachingEnabled, setAuthenticationCache, setAuthenticationCacheName, setAuthenticationCachingEnabled, setAuthenticationTokenClass, setCredentialsMatcher, supportsclearCache, getAvailablePrincipal, getCacheManager, getName, isCachingEnabled, onLogout, setCacheManager, setCachingEnabledprotected static final java.lang.String KILLBILL_SALTED_AUTHENTICATION_QUERY
protected static final java.lang.String KILLBILL_USER_ROLES_QUERY
protected static final java.lang.String KILLBILL_PERMISSIONS_QUERY
@Inject
public KillBillJdbcRealm(@Named(value="shiro")
javax.sql.DataSource dataSource,
SecurityConfig securityConfig)
Copyright © 2010-2020. All Rights Reserved.