类 RemoteAuthorizer
- java.lang.Object
-
- org.beangle.security.authz.AbstractRoleBasedAuthorizer
-
- org.openurp.app.security.service.RemoteAuthorizer
-
- 所有已实现的接口:
org.beangle.commons.bean.Initializing,org.beangle.security.authz.Authorizer
public class RemoteAuthorizer extends org.beangle.security.authz.AbstractRoleBasedAuthorizer根据REST接口查找root用户和资源 http://localhost:8080/platform/user/accounts/root.json http://localhost:8080/platform/security/func/edu-lesson-adminapp/resources.json
-
-
构造器概要
构造器 构造器 说明 RemoteAuthorizer()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected org.beangle.security.authz.AuthorityDomainfetchDomain()static List<org.beangle.security.authz.Authority>getResources()static Set<String>getRoots()static List<org.beangle.security.authz.Authority>toAuthorities(String resources)
-
-
-
方法详细资料
-
fetchDomain
protected org.beangle.security.authz.AuthorityDomain fetchDomain()
- 指定者:
fetchDomain在类中org.beangle.security.authz.AbstractRoleBasedAuthorizer
-
getResources
public static List<org.beangle.security.authz.Authority> getResources()
-
-