Skip navigation links
A C D E G I J K L M O P R S U V 

G

getAuthorities() - Method in class com.mbap.auth.domain.SecurityUser
 
getBean(String) - Static method in class com.mbap.auth.component.SpringContextHolder
根据容器名称获取对应的容器对象
getBean(Class<T>) - Static method in class com.mbap.auth.component.SpringContextHolder
根据容器类获取对应的容器对象
getBeans(Class<T>) - Static method in class com.mbap.auth.component.SpringContextHolder
根据容器类获取对应的容器对象
getExcludeMap() - Method in class com.mbap.auth.service.ResourcePermissonRedisServer
查询权限排除记录,按照约定格式存入redis
约定格式为:
key=staffid value=["[请求方式]/资源服务名/接口地址"]
例如:
123=["[get]/mbap-pp/rest/staff/get/{id}","[get]/mbap-pp/rest/staff/sort"]
getIPAddress(HttpServletRequest) - Static method in class com.mbap.auth.service.ClientDetailService
功能描述: 获取请求路径的真实IP
getKey() - Method in class com.mbap.auth.controller.AuthController
获取RSA公钥接口
getOauthAuthenticationManager() - Method in class com.mbap.auth.config.AuthorizationServerConfig
密码模式用户身份认证
getPassword() - Method in class com.mbap.auth.domain.SecurityUser
 
getRestResourcePermisson() - Method in class com.mbap.auth.service.ResourcePermissonRedisServer
查询菜单权限记录,按照约定格式组成新的Map
约定格式为:
key=[请求方式]/资源服务名/接口地址 value=[权限分组]
例如:
[get]/mbap-pp/rest/staff/get/{id} = [ROLE_1,STAFF_1,DEPT_1,CLIENT_1]
getUsername() - Method in class com.mbap.auth.domain.SecurityUser
 
A C D E G I J K L M O P R S U V 
Skip navigation links