RoleDefinitions.getByScopeAndRoleName(String scope, String roleName) 方法
定义
Gets the information about a role definition based on scope and name.
public RoleDefinition getByScopeAndRoleName(String scope, String roleName)
参数
- scope
- String
the scope of the role definition
- roleName
- String
the name of the role
返回
an immutable representation of the role definition