跳过导航链接
A B C D F G H I K L M N O P R S U V 

A

addObjectPermission(Permission) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) a permission to those directly associated with the account.
addObjectPermissions(Collection<Permission>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) multiple permissions to those associated directly with the account.
addRole(String) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) a role to those associated with the account.
addRoles(Collection<String>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) multiple roles to those associated with the account.
addStringPermission(String) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) a permission to those directly associated with the account.
addStringPermissions(Collection<String>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Adds (assigns) multiple permissions to those associated directly with the account.
afterPropertiesSet() - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
afterRealmsSet() - 类 中的方法cn.ocoop.framework.web.mgt.DefaultWebSecurityManager
 
AnyRolesAuthorizationFilter - cn.ocoop.framework.filter中的类
 
AnyRolesAuthorizationFilter() - 类 的构造器cn.ocoop.framework.filter.AnyRolesAuthorizationFilter
 
authenticator() - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
authorizationAttributeSourceAdvisor(SecurityManager) - 类 中的方法cn.ocoop.framework.ShiroConfiguration
 
AuthorizationWithStatusCodeFilter - cn.ocoop.framework.filter中的类
 
AuthorizationWithStatusCodeFilter() - 类 的构造器cn.ocoop.framework.filter.AuthorizationWithStatusCodeFilter
 

B

BasicHttpAuthenticationFilter - cn.ocoop.framework.filter中的类
 
BasicHttpAuthenticationFilter() - 类 的构造器cn.ocoop.framework.filter.BasicHttpAuthenticationFilter
 
buildPermissions(String[], String) - 类 中的方法cn.ocoop.framework.filter.HttpMethodPermissionFilter
 

C

cacheManager(RedisTemplate) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
clear() - 类 中的方法cn.ocoop.framework.cache.RedisCache
 
clearAllCachedAuthenticationInfo() - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearAllCachedAuthorizationInfo() - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthenticationInfo(PrincipalCollection) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthenticationInfo(PrincipalCollection, Class<? extends AuthenticatingRealm>...) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthenticationInfo(Class<? extends AuthenticatingRealm>...) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthorizationInfo(PrincipalCollection) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthorizationInfo(PrincipalCollection, Class<? extends AuthorizingRealm>...) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
clearCachedAuthorizationInfo(Class<? extends AuthorizingRealm>...) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
cn.ocoop.framework - 程序包 cn.ocoop.framework
 
cn.ocoop.framework.authz - 程序包 cn.ocoop.framework.authz
 
cn.ocoop.framework.cache - 程序包 cn.ocoop.framework.cache
 
cn.ocoop.framework.config - 程序包 cn.ocoop.framework.config
 
cn.ocoop.framework.converter - 程序包 cn.ocoop.framework.converter
 
cn.ocoop.framework.filter - 程序包 cn.ocoop.framework.filter
 
cn.ocoop.framework.session - 程序包 cn.ocoop.framework.session
 
cn.ocoop.framework.util - 程序包 cn.ocoop.framework.util
 
cn.ocoop.framework.web.mgt - 程序包 cn.ocoop.framework.web.mgt
 
convert(Object, TypeDescriptor, TypeDescriptor) - 类 中的方法cn.ocoop.framework.converter.String2ObjectGenericConverter
 
CookieRememberMeManager - cn.ocoop.framework.web.mgt中的类
 
CookieRememberMeManager() - 类 的构造器cn.ocoop.framework.web.mgt.CookieRememberMeManager
 
createCache(String) - 类 中的方法cn.ocoop.framework.cache.RedisCacheManager
 
createInstanceMap(RequestProperties) - 枚举 中的静态方法cn.ocoop.framework.filter.DefaultFilter
 
CredentialsMatcherDefinition() - 类 的构造器cn.ocoop.framework.config.ShiroProperties.RealmProperty.CredentialsMatcherDefinition
 

D

defaultAdvisorAutoProxyCreator(LifecycleBeanPostProcessor) - 类 中的方法cn.ocoop.framework.ShiroConfiguration
 
DefaultFilter - cn.ocoop.framework.filter中的枚举
 
DefaultWebSecurityManager - cn.ocoop.framework.web.mgt中的类
 
DefaultWebSecurityManager() - 类 的构造器cn.ocoop.framework.web.mgt.DefaultWebSecurityManager
 
delete(Session) - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
destroy() - 类 中的方法cn.ocoop.framework.cache.RedisCacheManager
 
doCreate(Session) - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
doReadSession(Serializable) - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 

F

filterRegistrationBean(ShiroFilterFactoryBean) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
FormAuthenticationFilter - cn.ocoop.framework.filter中的类
 
FormAuthenticationFilter() - 类 的构造器cn.ocoop.framework.filter.FormAuthenticationFilter
 

G

get(K) - 类 中的方法cn.ocoop.framework.cache.RedisCache
 
getActiveSessions() - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
getConvertibleTypes() - 类 中的方法cn.ocoop.framework.converter.String2ObjectGenericConverter
 
getCookieCipherKey() - 类 中的方法cn.ocoop.framework.web.mgt.CookieRememberMeManager
 
getCredentialsMatcher() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
getHttpMethodAction(ServletRequest) - 类 中的方法cn.ocoop.framework.filter.HttpMethodPermissionFilter
 
getHttpMethodAction(String) - 类 中的方法cn.ocoop.framework.filter.HttpMethodPermissionFilter
 
getHttpMethodActions() - 类 中的方法cn.ocoop.framework.filter.HttpMethodPermissionFilter
 
getInvalidLoginCode() - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
getInvalidPermissionCode() - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
getLogInOutResponseKey() - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
getObjectPermissions() - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
 
getPermissions() - 类 中的方法cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 
getProperty() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty.CredentialsMatcherDefinition
 
getProperty() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
getRealm() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmDefinition
 
getRealms() - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
getRequestProperties() - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
getRequestProperties() - 类 中的方法cn.ocoop.framework.filter.AuthorizationWithStatusCodeFilter
 
getRequestProperties() - 类 中的方法cn.ocoop.framework.filter.FormAuthenticationFilter
 
getRequestProperties() - 类 中的方法cn.ocoop.framework.filter.LogoutFilter
 
getRequestProperties() - 类 中的方法cn.ocoop.framework.filter.UserFilter
 
getRoles() - 类 中的方法cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 
getRoles() - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
 
getSessionCacheName() - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
getStringPermissions() - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
 
getTarget() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty.CredentialsMatcherDefinition
 
getTarget() - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 

H

hasRole(PrincipalCollection, String) - 类 中的方法cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 
HttpMethodPermissionFilter - cn.ocoop.framework.filter中的类
 
HttpMethodPermissionFilter() - 类 的构造器cn.ocoop.framework.filter.HttpMethodPermissionFilter
 

I

isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法cn.ocoop.framework.filter.AnyRolesAuthorizationFilter
 
isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法cn.ocoop.framework.filter.BasicHttpAuthenticationFilter
 
isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法cn.ocoop.framework.filter.HttpMethodPermissionFilter
 
isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法cn.ocoop.framework.filter.PermissionsAuthorizationFilter
 
isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法cn.ocoop.framework.filter.RolesAuthorizationFilter
 
isAjaxRequest(ServletRequest) - 类 中的静态方法cn.ocoop.framework.util.RequestUtils
 
isPermitted(PrincipalCollection, Permission) - 类 中的方法cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 
isPermitted(PrincipalCollection, String) - 类 中的方法cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 
isServiceOriented() - 类 中的方法cn.ocoop.framework.config.RequestProperties
 

K

keys() - 类 中的方法cn.ocoop.framework.cache.RedisCache
 

L

lifecycleBeanPostProcessor() - 类 中的方法cn.ocoop.framework.ShiroConfiguration
 
LogoutFilter - cn.ocoop.framework.filter中的类
 
LogoutFilter() - 类 的构造器cn.ocoop.framework.filter.LogoutFilter
 

M

modularRealmAuthorizer() - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
ModularSourceRealmAuthorizer - cn.ocoop.framework.authz中的类
 
ModularSourceRealmAuthorizer() - 类 的构造器cn.ocoop.framework.authz.ModularSourceRealmAuthorizer
 

N

newInstance() - 枚举 中的方法cn.ocoop.framework.filter.DefaultFilter
 

O

objectPermissions - 类 中的变量cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Collection of all object-based permissions associaed with the account.
onAccessDenied(ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.AuthorizationWithStatusCodeFilter
 
onAccessDenied(ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.FormAuthenticationFilter
 
onAccessDenied(ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.UserFilter
 
onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.FormAuthenticationFilter
 
onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.FormAuthenticationFilter
 

P

PermissionsAuthorizationFilter - cn.ocoop.framework.filter中的类
 
PermissionsAuthorizationFilter() - 类 的构造器cn.ocoop.framework.filter.PermissionsAuthorizationFilter
 
PREFIX - 类 中的静态变量cn.ocoop.framework.config.RequestProperties
 
PREFIX - 类 中的静态变量cn.ocoop.framework.config.ShiroProperties
 
preHandle(ServletRequest, ServletResponse) - 类 中的方法cn.ocoop.framework.filter.LogoutFilter
 
put(K, V) - 类 中的方法cn.ocoop.framework.cache.RedisCache
 

R

RealmDefinition() - 类 的构造器cn.ocoop.framework.config.ShiroProperties.RealmDefinition
 
RealmProperty() - 类 的构造器cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
realms() - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
RedisCache<K,V> - cn.ocoop.framework.cache中的类
Created by liolay on 2017/6/22.
RedisCache(String, RedisTemplate) - 类 的构造器cn.ocoop.framework.cache.RedisCache
 
RedisCacheManager - cn.ocoop.framework.cache中的类
 
RedisCacheManager(RedisTemplate) - 类 的构造器cn.ocoop.framework.cache.RedisCacheManager
 
RedisSessionDAO - cn.ocoop.framework.session中的类
 
RedisSessionDAO() - 类 的构造器cn.ocoop.framework.session.RedisSessionDAO
 
RedisSessionDAO(RedisTemplate) - 类 的构造器cn.ocoop.framework.session.RedisSessionDAO
 
rememberMeManager() - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
remove(K) - 类 中的方法cn.ocoop.framework.cache.RedisCache
 
RequestProperties - cn.ocoop.framework.config中的类
 
RequestProperties() - 类 的构造器cn.ocoop.framework.config.RequestProperties
 
RequestUtils - cn.ocoop.framework.util中的类
 
RequestUtils() - 类 的构造器cn.ocoop.framework.util.RequestUtils
 
response(ServletResponse, MediaType, int, String) - 类 中的静态方法cn.ocoop.framework.util.ResponseUtils
 
responseInvalidLogin(ServletResponse, int) - 类 中的静态方法cn.ocoop.framework.util.ResponseUtils
 
responseInvalidPermission(ServletResponse, int) - 类 中的静态方法cn.ocoop.framework.util.ResponseUtils
 
responseJson(ServletResponse, int, Object) - 类 中的静态方法cn.ocoop.framework.util.ResponseUtils
 
ResponseUtils - cn.ocoop.framework.util中的类
 
ResponseUtils() - 类 的构造器cn.ocoop.framework.util.ResponseUtils
 
roles - 类 中的变量cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
The internal roles collection.
RolesAuthorizationFilter - cn.ocoop.framework.filter中的类
 
RolesAuthorizationFilter() - 类 的构造器cn.ocoop.framework.filter.RolesAuthorizationFilter
 

S

securityManager(WebSessionManager, AbstractAuthenticator, CacheManager, RememberMeManager, ModularRealmAuthorizer) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
sessionDAO(RedisTemplate) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
sessionManager(SessionDAO) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
setCookieCipherKey(String) - 类 中的方法cn.ocoop.framework.web.mgt.CookieRememberMeManager
 
setCredentialsMatcher(ShiroProperties.RealmProperty.CredentialsMatcherDefinition) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
setInvalidLoginCode(int) - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
setInvalidPermissionCode(int) - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
setLogInOutResponseKey(String) - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
setObjectPermissions(Collection<Permission>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Sets the object-based permissions assigned directly to the account.
setProperty(Map<String, Object>) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty.CredentialsMatcherDefinition
 
setProperty(Map<String, Object>) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
setRealm(ShiroProperties.RealmProperty) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmDefinition
 
setRealms(Collection<Realm>) - 类 中的静态方法cn.ocoop.framework.cache.ShiroRealmCacheManager
 
setRealms(List<ShiroProperties.RealmDefinition>) - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
setRequestProperties(RequestProperties) - 类 中的方法cn.ocoop.framework.config.ShiroProperties
 
setRequestProperties(RequestProperties) - 类 中的方法cn.ocoop.framework.filter.AuthorizationWithStatusCodeFilter
 
setRequestProperties(RequestProperties) - 类 中的方法cn.ocoop.framework.filter.FormAuthenticationFilter
 
setRequestProperties(RequestProperties) - 类 中的方法cn.ocoop.framework.filter.LogoutFilter
 
setRequestProperties(RequestProperties) - 类 中的方法cn.ocoop.framework.filter.UserFilter
 
setRoles(Collection<String>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Sets the roles assigned to the account.
setServiceOriented(boolean) - 类 中的方法cn.ocoop.framework.config.RequestProperties
 
setSessionCacheName(String) - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
setStringPermissions(Collection<String>) - 类 中的方法cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Sets the string-based permissions assigned directly to the account.
setTarget(CredentialsMatcher) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty.CredentialsMatcherDefinition
 
setTarget(Realm) - 类 中的方法cn.ocoop.framework.config.ShiroProperties.RealmProperty
 
ShiroAutoConfiguration - cn.ocoop.framework中的类
 
ShiroAutoConfiguration(ShiroProperties, RequestProperties) - 类 的构造器cn.ocoop.framework.ShiroAutoConfiguration
 
ShiroConfiguration - cn.ocoop.framework中的类
 
ShiroConfiguration() - 类 的构造器cn.ocoop.framework.ShiroConfiguration
 
shiroFilter(SecurityManager) - 类 中的方法cn.ocoop.framework.ShiroAutoConfiguration
 
ShiroProperties - cn.ocoop.framework.config中的类
 
ShiroProperties() - 类 的构造器cn.ocoop.framework.config.ShiroProperties
 
ShiroProperties.RealmDefinition - cn.ocoop.framework.config中的类
 
ShiroProperties.RealmProperty - cn.ocoop.framework.config中的类
 
ShiroProperties.RealmProperty.CredentialsMatcherDefinition - cn.ocoop.framework.config中的类
 
ShiroRealmCacheManager - cn.ocoop.framework.cache中的类
 
ShiroRealmCacheManager() - 类 的构造器cn.ocoop.framework.cache.ShiroRealmCacheManager
 
shouldUseNormalHttpRequestToProcess(ServletRequest, boolean) - 类 中的静态方法cn.ocoop.framework.util.RequestUtils
 
SimpleAuthorizationInfoOrdered - cn.ocoop.framework.authz中的类
 
SimpleAuthorizationInfoOrdered() - 类 的构造器cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Default no-argument constructor.
SimpleAuthorizationInfoOrdered(Collection<String>) - 类 的构造器cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Creates a new instance with the specified roles and no permissions.
size() - 类 中的方法cn.ocoop.framework.cache.RedisCache
 
String2ObjectGenericConverter - cn.ocoop.framework.converter中的类
 
String2ObjectGenericConverter() - 类 的构造器cn.ocoop.framework.converter.String2ObjectGenericConverter
 
stringPermissions - 类 中的变量cn.ocoop.framework.authz.SimpleAuthorizationInfoOrdered
Collection of all string-based permissions associated with the account.

U

update(Session) - 类 中的方法cn.ocoop.framework.session.RedisSessionDAO
 
UserFilter - cn.ocoop.framework.filter中的类
 
UserFilter() - 类 的构造器cn.ocoop.framework.filter.UserFilter
 

V

valueOf(String) - 枚举 中的静态方法cn.ocoop.framework.filter.DefaultFilter
返回带有指定名称的该类型的枚举常量。
values() - 类 中的方法cn.ocoop.framework.cache.RedisCache
 
values() - 枚举 中的静态方法cn.ocoop.framework.filter.DefaultFilter
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D F G H I K L M N O P R S U V 
跳过导航链接

Copyright © 2017. All rights reserved.