类的使用
com.flyfish.oauth.shiro.realm.OAuthRealm
使用OAuthRealm的程序包
-
com.flyfish.oauth.shiro中OAuthRealm的使用
修饰符和类型方法说明<T> OAuthRealmShiroOAuthConfiguration.oAuthRealm(OAuthAuthorizationExtractor<T> authorizationExtractor) 使用授权信息抽取器分离授权信息的获取逻辑参数类型为OAuthRealm的com.flyfish.oauth.shiro中的方法修饰符和类型方法说明ShiroOAuthConfiguration.modifier(org.apache.shiro.web.mgt.WebSecurityManager manager, org.apache.shiro.web.servlet.AbstractShiroFilter filter, OAuthRealm oAuthRealm) 动态添加,目标是干掉session对subject的加持,保证单机环境不冲突 -
com.flyfish.oauth.shiro.transform.impl中OAuthRealm的使用
修饰符构造器说明MonkeyShiroConfigModifier(org.apache.shiro.web.mgt.WebSecurityManager manager, org.apache.shiro.web.servlet.AbstractShiroFilter shiroFilter, OAuthRealm realm) 构造器中触发加载