上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页
摘要: DefaultSecurityManager DefaultSecurityManager主要实现了SecurityManager的行为login()、logout()、createSubject() DelegatingSubject的login() Subject执行认证操作(成功为Subjec 阅读全文
posted @ 2018-05-23 19:59 BINGJJFLY 阅读(6705) 评论(0) 推荐(0) 编辑
摘要: SecurityManager SecurityManager继承了Authenticator(认证器)、Authorizer(授权器)、SessionManager(会话管理器),他所拥有的行为: 其本身特有的行为: 扩展拥有的行为: Authenticator顶端接口 负责认证工作,使用Real 阅读全文
posted @ 2018-05-23 17:31 BINGJJFLY 阅读(362) 评论(0) 推荐(0) 编辑
摘要: Callable和Runnable的差异 Callable接口类似于Runnable,但是Runnable不会返回结果,并且无法抛出返回结果的异常,而Callable可以 阅读全文
posted @ 2018-05-22 16:14 BINGJJFLY 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 顶端抽象类AnnotationHandler 该类是关乎注解的处理类,只涉及到注解的一些行为,符合面向对象的原则 承上启下抽象类AuthorizingAnnotationHandler 该类是权限注解处理器类,涉及到注解的行为所以继承了AnnotationHandler,又因为涉及到权限判断所以定义 阅读全文
posted @ 2018-05-22 11:39 BINGJJFLY 阅读(379) 评论(0) 推荐(0) 编辑
摘要: AuthorizingAnnotationMethodInterceptor AnnotationMethodInterceptor MethodInterceptorSupport 提供用户登入的信息和用户所拥有的权限信息,这样其子类则具备了登入会员的信息以判断会员是否具有权限 RoleAnnot 阅读全文
posted @ 2018-05-22 11:25 BINGJJFLY 阅读(1800) 评论(0) 推荐(0) 编辑
摘要: AuthorizationAttributeSourceAdvisor切入点 AopAllianceAnnotationsAuthorizingMethodInterceptor方法拦截器 AuthorizingMethodInterceptor权限方法拦截器,很抽象 AnnotationsAuth 阅读全文
posted @ 2018-05-21 11:59 BINGJJFLY 阅读(3134) 评论(0) 推荐(0) 编辑
摘要: 概要 创建一个切入点PointcutAdvisor继承Spring的StaticMethodMatcherPointcutAdvisor 创建一个MethodInterceptor方法拦截器org.aopalliance.intercept.MethodInvocation setAdvice(Me 阅读全文
posted @ 2018-05-21 09:49 BINGJJFLY 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 或者带默认值 或者默认值是某个类的静态变量 阅读全文
posted @ 2018-05-18 15:03 BINGJJFLY 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: BeanPostProcessor接口的行为方法 自定义的BeanPostProcessor 自定义的修改 关于Shiro框架对于BeanPostProcessor的使用 LifecycleBeanPostProcessor AuthenticatingRealm 阅读全文
posted @ 2018-05-18 11:39 BINGJJFLY 阅读(415) 评论(0) 推荐(0) 编辑
摘要: https://www.linuxidc.com/Linux/2014-04/99979.htm https://blog.csdn.net/thy822/article/details/72640038 远程启动Tomcat时会报错,Tomcat找不到系统的JAVA_HOME变量,需要手动配置 T 阅读全文
posted @ 2018-05-16 09:21 BINGJJFLY 阅读(181) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页